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" -}