Skip to content

Commit 74782a9

Browse files
committed
.
1 parent 7fd7575 commit 74782a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sjsls/test/src/liveServer.test.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ trait PlaywrightTest extends CatsEffectSuite:
7777
def outDir(base: os.Path) = base / ".out"
7878
def styleDir(base: os.Path) = base / "styles"
7979

80-
val vanilla = vanillaTemplate(true, Ref.unsafe(Map[String, String]())).unsafeRunSync()
80+
val vanilla = vanillaTemplate(true, Ref.unsafe(Map[String, String]()), false).unsafeRunSync()
8181

8282
val files =
8383
IO {

0 commit comments

Comments
 (0)