Use CSS for styling
[dygraphs.git] / scripts / build-tests.sh
... / ...
CommitLineData
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
6browserify \
7 -v \
8 -t babelify \
9 -t [ envify --NODE_ENV development ] \
10 --debug \
11 -o dist/tests.js \
12 auto_tests/tests/*.js