We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd7575 commit 74782a9Copy full SHA for 74782a9
sjsls/test/src/liveServer.test.scala
@@ -77,7 +77,7 @@ trait PlaywrightTest extends CatsEffectSuite:
77
def outDir(base: os.Path) = base / ".out"
78
def styleDir(base: os.Path) = base / "styles"
79
80
- val vanilla = vanillaTemplate(true, Ref.unsafe(Map[String, String]())).unsafeRunSync()
+ val vanilla = vanillaTemplate(true, Ref.unsafe(Map[String, String]()), false).unsafeRunSync()
81
82
val files =
83
IO {
0 commit comments