-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Recommend installing locally. Fixes #249. - Move more common flags first, both in the readme and in `--help`. - Sync the descriptions between the readme and `--help`. - Try to explain the difference between node-test-runner and elm-explorations/test. - Document where to put your tests. - Various other little tweaks to try to be more helpful. PR for elm-explorations/test: elm-explorations/test#160 We should also update the repo description because it currently says: > Runs elm-test suites from Node.js. Get it with npm install -g elm-test
- Loading branch information
Showing
4 changed files
with
158 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
module.exports = { | ||
singleQuote: true, | ||
proseWrap: 'never', | ||
overrides: [ | ||
{ | ||
files: '*.js', | ||
|