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 06a19d4 commit 6dec1d7Copy full SHA for 6dec1d7
scalac-scoverage-plugin/src/test/scala/scoverage/PluginCoverageScalaJsTest.scala
@@ -20,6 +20,6 @@ class PluginCoverageScalaJsTest
20
| def toJson(value: String): String = js.JSON.stringify(value)
21
|}""".stripMargin)
22
assert(!compiler.reporter.hasErrors)
23
- compiler.assertNMeasuredStatements(2)
+ compiler.assertNMeasuredStatements(4)
24
}
25
0 commit comments