remove redundant "test." from test names
This commit is contained in:
parent
faa7a81cac
commit
bdb8daaf07
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
browserify index.js -o browser/privsec.js
|
browserify index.js -o browser/privsec.js
|
||||||
ls test/test.* | xargs browserify -o browser/tests.js
|
ls test/*.js | xargs browserify -o browser/tests.js
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user