Skip to content

Commit

Permalink
updated test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Kolodny committed Apr 20, 2015
1 parent a5d3b91 commit 52b3a16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"scripts": {
"test": "../node_modules/.bin/mocha"
"test": "node ../node_modules/mocha/bin/mocha"
}
}
2 changes: 1 addition & 1 deletion curry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"scripts": {
"test": "../node_modules/.bin/mocha"
"test": "node ../node_modules/mocha/bin/mocha"
}
}
2 changes: 1 addition & 1 deletion middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"scripts": {
"test": "../node_modules/.bin/mocha"
"test": "node ../node_modules/mocha/bin/mocha"
}
}
2 changes: 1 addition & 1 deletion throttle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"scripts": {
"test": "../node_modules/.bin/mocha"
"test": "node ../node_modules/mocha/bin/mocha"
}
}

0 comments on commit 52b3a16

Please sign in to comment.