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 f83f2ec commit c626c9aCopy full SHA for c626c9a
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(3)
24
}
25
0 commit comments