Skip to content

Commit

Permalink
Rename test file
Browse files Browse the repository at this point in the history
  • Loading branch information
bripkens committed Apr 11, 2015
1 parent 9996044 commit 333cf5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"main": "lib/index.js",
"scripts": {
"test": "eslint lib/index.js test/rewrites.js && nodeunit test/rewrites.js"
"test": "eslint lib/index.js test/index_test.js && nodeunit test/index_test.js"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.

0 comments on commit 333cf5d

Please sign in to comment.