Skip to content

Commit 3cc03a8

Browse files
author
Burcu Dogan
committed
Merge pull request #33 from silvolu/master
Adding regression tests.
2 parents 38ce51d + e7225a3 commit 3cc03a8

File tree

2 files changed

+397
-0
lines changed

2 files changed

+397
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"scripts": {
3939
"test": "node_modules/mocha/bin/_mocha --reporter spec",
40+
"regression-test": "node_modules/mocha/bin/_mocha --reporter spec --timeout 4000 regression/*",
4041
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha"
4142
},
4243
"license": "Apache 2"

0 commit comments

Comments
 (0)