Skip to content

Commit

Permalink
Break overly long line in README into 2 lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jun 3, 2024
1 parent 58018a1 commit 8a8a4f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ module.exports = {
}];
}
```
To specifically test only the implementations in `localConfig.cjs`, change `settings.testAllImplementations` to `false`.
To specifically test only the implementations in `localConfig.cjs`, change
`settings.testAllImplementations` to `false`.

### Running Specific Tests
This suite uses [mocha.js](https://mochajs.org) as the test runner.
Expand Down

0 comments on commit 8a8a4f5

Please sign in to comment.