From 5aea27aae291006141692768d24539effca7e0c3 Mon Sep 17 00:00:00 2001 From: Oprysk Date: Wed, 5 Jan 2022 16:52:54 +0200 Subject: [PATCH] update snapshot --- .../loadAndBundleSpec.test.ts.snap | 96 +------------------ 1 file changed, 2 insertions(+), 94 deletions(-) diff --git a/src/utils/__tests__/__snapshots__/loadAndBundleSpec.test.ts.snap b/src/utils/__tests__/__snapshots__/loadAndBundleSpec.test.ts.snap index 5d30e78a..6cd0a034 100644 --- a/src/utils/__tests__/__snapshots__/loadAndBundleSpec.test.ts.snap +++ b/src/utils/__tests__/__snapshots__/loadAndBundleSpec.test.ts.snap @@ -277,102 +277,10 @@ Object { }, }, "name": Object { - "description": "this is a description", - "items": Object { - "maxLength": 80, - "type": "string", - }, - "type": "array", - }, - "name1": Object { - "description": "this is a description", - "items": Object { - "pattern": "^[a-z]$", - "type": "string", - }, - "type": "array", - }, - "name10": Object { - "description": "description", - "maxLength": 80, - "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$", + "description": "The name given to a pet", + "example": "Guru", "type": "string", }, - "name2": Object { - "description": "this is a description", - "items": Object { - "maxLength": 80, - "minLength": 2, - "type": "string", - }, - "type": "array", - }, - "name3": Object { - "description": "this is a description", - "items": Object { - "maxLength": 80, - "minLength": 2, - "pattern": "^[a-z]$", - "type": "string", - }, - "type": "array", - }, - "name4": Object { - "description": "this is a description", - "items": Object { - "multipleOf": 5, - "type": "integer", - }, - "maxItems": 5, - "type": "array", - }, - "name5": Object { - "description": "this is a description", - "items": Object { - "maximum": 10, - "multipleOf": 5, - "type": "integer", - }, - "type": "array", - }, - "name6": Object { - "description": "this is a description", - "items": Object { - "maximum": 10, - "minimum": 5, - "multipleOf": 5, - "type": "integer", - }, - "type": "array", - }, - "name7": Object { - "description": "this is a description", - "items": Object { - "maximum": 100, - "minimum": 1, - "type": "integer", - }, - "type": "array", - }, - "name8": Object { - "description": "this is a description", - "items": Object { - "exclusiveMaximum": true, - "maximum": 100, - "minimum": 1, - "type": "integer", - }, - "type": "array", - }, - "name9": Object { - "description": "this is a description", - "items": Object { - "exclusiveMaximum": 100, - "minimum": 1, - "type": "integer", - }, - "type": "array", - }, "petType": Object { "description": "Type of a pet", "type": "string",