Skip to content

Commit

Permalink
Fix unit test path in ci/test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
anandthakker committed Aug 23, 2016
1 parent 67bf43b commit 2df8735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.sh
Expand Up @@ -20,7 +20,7 @@ npm run build-min
npm run build-dev

# run unit tests
tap --reporter dot --coverage --no-coverage-report test/js/*/*.js test/build/webpack.test.js
tap --reporter dot --coverage --no-coverage-report test/js test/build/webpack.test.js

# run render tests
istanbul cover --dir .nyc_output --include-pid --report none --print none test/render.test.js &&
Expand Down

0 comments on commit 2df8735

Please sign in to comment.