diff --git a/cypress/snapshots/Arrays.json b/cypress/snapshots/Arrays.json new file mode 100644 index 0000000..79fed65 --- /dev/null +++ b/cypress/snapshots/Arrays.json @@ -0,0 +1 @@ +{"data":[1,2,3]} \ No newline at end of file diff --git a/cypress/snapshots/Numbers.json b/cypress/snapshots/Numbers.json new file mode 100644 index 0000000..9252594 --- /dev/null +++ b/cypress/snapshots/Numbers.json @@ -0,0 +1 @@ +{"data":42} \ No newline at end of file diff --git a/cypress/snapshots/Comparison.json b/cypress/snapshots/Objects.json similarity index 100% rename from cypress/snapshots/Comparison.json rename to cypress/snapshots/Objects.json diff --git a/cypress/snapshots/Strings.json b/cypress/snapshots/Strings.json new file mode 100644 index 0000000..1960a41 --- /dev/null +++ b/cypress/snapshots/Strings.json @@ -0,0 +1 @@ +{"data":"foo-bar"} \ No newline at end of file