Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Commit

Permalink
Minor change to the test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydn committed Sep 4, 2015
1 parent c87cba8 commit 0b12330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -24,7 +24,7 @@ npm test
Alternatively, you can run tests in watch mode:

```
npm test -- -w
npm test watch
```

## Generating Documentation
Expand Down
2 changes: 1 addition & 1 deletion scripts/test
Expand Up @@ -10,7 +10,7 @@ if [ "$TARGET" = "node" ]; then
exit $?
fi

if [ "$1" = "--watch" ] || [ "$1" = "-w" ]; then
if [ "$1" = "watch" ]; then
./node_modules/.bin/chokidar './src/**/*.js' './spec/**/*.js' -c './scripts/test'
else
set -o pipefail
Expand Down

0 comments on commit 0b12330

Please sign in to comment.