delete initial snapshots file

This commit is contained in:
Joshua 2022-09-09 14:32:36 +02:00
parent 62ac60e853
commit be214cc564

View file

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