Skip to content

Commit 177fb96

Browse files
aherlihyWojciechMazur
authored andcommitted
update documentation for running scalajs tests with update checkfiles
[Cherry-picked 1a2b718]
1 parent e17783f commit 177fb96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: docs/_docs/contributing/testing.md

+5
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ checkfiles with the test outputs.
141141
$ sbt
142142
> testCompilation --update-checkfiles
143143
```
144+
Or for ScalaJS
145+
```bash
146+
$ sbt
147+
> sjsCompilerTests/testOnly -- -Ddotty.tests.updateCheckfiles=TRUE
148+
```
144149

145150
Use `--help` to see all the options
146151
```bash

0 commit comments

Comments
 (0)