mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-22 06:02:29 +00:00
delete initial snapshots file
This commit is contained in:
parent
62ac60e853
commit
be214cc564
1 changed files with 0 additions and 25 deletions
25
snapshots.js
25
snapshots.js
|
@ -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"
|
|
||||||
}
|
|
Loading…
Reference in a new issue