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 e17783f commit 177fb96Copy full SHA for 177fb96
docs/_docs/contributing/testing.md
@@ -141,6 +141,11 @@ checkfiles with the test outputs.
141
$ sbt
142
> testCompilation --update-checkfiles
143
```
144
+Or for ScalaJS
145
+```bash
146
+$ sbt
147
+> sjsCompilerTests/testOnly -- -Ddotty.tests.updateCheckfiles=TRUE
148
+```
149
150
Use `--help` to see all the options
151
```bash
0 commit comments