Skip to content

Commit

Permalink
update documentation for running scalajs tests with update checkfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
aherlihy authored and SethTisue committed Feb 19, 2024
1 parent 6a795fd commit 1a2b718
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_docs/contributing/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ checkfiles with the test outputs.
$ sbt
> testCompilation --update-checkfiles
```
Or for ScalaJS
```bash
$ sbt
> sjsCompilerTests/testOnly -- -Ddotty.tests.updateCheckfiles=TRUE
```

Use `--help` to see all the options
```bash
Expand Down

0 comments on commit 1a2b718

Please sign in to comment.