mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-21 13:42:28 +00:00
add basic fixtures to test against
This commit is contained in:
parent
eef6298744
commit
69a16313ba
2 changed files with 8 additions and 0 deletions
4
cypress/fixtures/File.json
Normal file
4
cypress/fixtures/File.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"foo": "bar",
|
||||
"Fizzy Drink": "Soda"
|
||||
}
|
4
cypress/fixtures/File2.json
Normal file
4
cypress/fixtures/File2.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"foo": "bar",
|
||||
"Fizzy Drink": "Pop"
|
||||
}
|
Loading…
Reference in a new issue