Skip to content

Commit

Permalink
'npm test' fix for memoize
Browse files Browse the repository at this point in the history
`package.json` command for testing is broken.
  • Loading branch information
kdamball committed Jun 16, 2015
1 parent 58ff73c commit 1b51052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memoize/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 1b51052

Please sign in to comment.