From be214cc564d22b5fb6ee2668296ee30f8ea4d275 Mon Sep 17 00:00:00 2001 From: Joshua Date: Fri, 9 Sep 2022 14:32:36 +0200 Subject: [PATCH] delete initial snapshots file --- snapshots.js | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 snapshots.js diff --git a/snapshots.js b/snapshots.js deleted file mode 100644 index 4049926..0000000 --- a/snapshots.js +++ /dev/null @@ -1,25 +0,0 @@ -module.exports = { - "@cypress/snapshot": { - "simple types": { - "works with objects": { - "1": { - "foo": 42 - } - }, - "works with numbers": { - "1": 42 - }, - "works with strings": { - "1": "foo-bar" - }, - "works with arrays": { - "1": [ - 1, - 2, - 3 - ] - } - } - }, - "__version": "1.1.4" -}