216296d6f437456dbfb7fa93e4f1bccb3bc64e75
[dygraphs.git] / scripts / build-tests.sh
1 #!/bin/bash
2 # Create dist/tests.js
3 # To run the tests, run `npm run test`
4 # To iterate on the tests, use `npm run watch`
5
6 browserify \
7 -v \
8 -t babelify \
9 -t [ envify --NODE_ENV development ] \
10 --debug \
11 -o dist/tests.js \
12 auto_tests/tests/*.js