Skip to content

Commit

Permalink
Fix scripted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Feb 13, 2024
1 parent fc96b17 commit 8ce8163
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
Expand Up @@ -14,7 +14,7 @@ lazy val root = projectMatrix
val dir =
(Test / resourceDirectory).value / "snapshots" / snapshotsProjectIdentifier.value

val contents = IO.read(dir / "my.snapshot")
val contents = IO.read(dir / "my_snapshot")
val expected = "hello - more stuff"

assert(
Expand Down
@@ -1,6 +1,6 @@
$ exists src/test/resources/snapshots/root3/my.snapshot
$ exists src/test/resources/snapshots/rootNative3/my.snapshot
$ exists src/test/resources/snapshots/rootJS3/my.snapshot
$ exists src/test/resources/snapshots/root3/my_snapshot
$ exists src/test/resources/snapshots/rootNative3/my_snapshot
$ exists src/test/resources/snapshots/rootJS3/my_snapshot
> root3/test
> rootNative3/test
> rootJS3/test
Expand Down
Expand Up @@ -3,7 +3,7 @@
-> rootNative3/test
-> rootJS3/test
> snapshotsAcceptAll
$ exists src/test/resources/snapshots/root/my.snapshot
$ exists src/test/resources/snapshots/root/my_snapshot
> root3/test
> rootNative3/test
> rootJS3/test
Expand Down

0 comments on commit 8ce8163

Please sign in to comment.