Skip to content

Commit

Permalink
Merge pull request #33 from silvolu/master
Browse files Browse the repository at this point in the history
Adding regression tests.
  • Loading branch information
Burcu Dogan committed Jul 24, 2014
2 parents 38ce51d + e7225a3 commit 3cc03a8
Show file tree
Hide file tree
Showing 2 changed files with 397 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"scripts": {
"test": "node_modules/mocha/bin/_mocha --reporter spec",
"regression-test": "node_modules/mocha/bin/_mocha --reporter spec --timeout 4000 regression/*",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha"
},
"license": "Apache 2"
Expand Down
Loading

0 comments on commit 3cc03a8

Please sign in to comment.