Skip to content

Commit 2b2aca5

Browse files
authored
Fix a typo (#611)
1 parent d99249d commit 2b2aca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/project/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Note: Don't forget to mark a test framework SBT dependency as `test,it` if you h
7777

7878
## Testing over `fullLinkJS`-generated files
7979

80-
By default, tests run over `fastLinkJS`-built (resp. `fastOptJS` up to Scala.js 1.2.x) JS files since their build time is shorter than `fullLinkJS` (resp. `fullLinkJS`).
80+
By default, tests run over `fastLinkJS`-built (resp. `fastOptJS` up to Scala.js 1.2.x) JS files since their build time is shorter than `fullLinkJS` (resp. `fullOptJS`).
8181

8282
If you want to run tests over `fullLinkJS`-build JS files for some reason, run `set scalaJSStage in Global := FullOptStage` before test.
8383
This increases test time significantly, and omit checks for undefined behavior, so not recommended in default build settings. Instead, consider run test both in `FastOptStage` and `FullOptStage` in CI.

0 commit comments

Comments
 (0)