Skip to content

Commit 7590919

Browse files
authoredMar 4, 2025
Update README.md (#1747)
1 parent 47b2955 commit 7590919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Documentation of libraries is displayed in autocomplete in the frontend. This do
131131
`js-slang` comes with an extensive test suite. To run the tests after you made your modifications, run `yarn test`. Regression tests are run automatically when you want to push changes to this repository. The regression tests are generated using `jest` and stored as snapshots in `src/\_\_tests\_\_`. After modifying `js-slang`, carefully inspect any failing regression tests reported in red in the command line. If you are convinced that the regression tests and not your changes are at fault, you can update the regression tests as follows:
132132

133133
```bash
134-
$ yarn test -- --updateSnapshot
134+
$ yarn test --updateSnapshot
135135
```
136136

137137
## Error messages

0 commit comments

Comments
 (0)