Skip to content

Commit

Permalink
Use tap rather than tape to run tests for now (to avoid issues with t…
Browse files Browse the repository at this point in the history
…he browserify test).
  • Loading branch information
jaspervdg committed Jul 8, 2015
1 parent ab43272 commit 05b6b20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
"devDependencies": {
"ndarray": "^1.0.13",
"browserify": "^10.2.4",
"tape": "^4.0.0"
"tape": "^4.0.0",
"tap": "^1.3.1"
},
"scripts": {
"test": "tape test/*.js",
"test": "tap test/*.js",
"pretest": "rm -f node_modules/cwise && ln -s .. node_modules/cwise"
},
"repository": {
Expand Down

0 comments on commit 05b6b20

Please sign in to comment.