mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-21 13:42:28 +00:00
Add example Snapshots
This commit is contained in:
parent
e8f8434188
commit
c9be09dc48
4 changed files with 3 additions and 0 deletions
1
cypress/snapshots/Arrays.json
Normal file
1
cypress/snapshots/Arrays.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"data":[1,2,3]}
|
1
cypress/snapshots/Numbers.json
Normal file
1
cypress/snapshots/Numbers.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"data":42}
|
1
cypress/snapshots/Strings.json
Normal file
1
cypress/snapshots/Strings.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"data":"foo-bar"}
|
Loading…
Reference in a new issue