Skip to content

Commit 3867744

Browse files
committed
Add simple download integration test
1 parent 68c75e6 commit 3867744

File tree

3 files changed

+9227
-1
lines changed

3 files changed

+9227
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"scripts": {
1212
"start": "brunch watch --server",
1313
"clean": "rm -r public/*",
14-
"deploy": "./bin/deploy.sh"
14+
"deploy": "./bin/deploy.sh",
15+
"test": "casperjs test tests/*.js"
1516
},
1617
"dependencies": {
1718
"auto-reload-brunch": ">= 1.0 < 1.9",

0 commit comments

Comments
 (0)