Skip to content

Commit

Permalink
Let main test file be an index
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Sep 4, 2016
1 parent beff285 commit 4dd33d7
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 @@ -9,7 +9,7 @@
],
"scripts": {
"test": "npm run test-node && npm run test-browser",
"test-node": "mocha test/test.js",
"test-node": "mocha test/index.js",
"test-browser": "serve ./test"
},
"license": "MIT",
Expand Down
File renamed without changes.

0 comments on commit 4dd33d7

Please sign in to comment.