projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add unit test to detect the "unwanted draw point"
[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