Skip to content

Commit

Permalink
Fix test harness
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed May 27, 2022
1 parent 79cc0e9 commit 1b6fee8
Showing 1 changed file 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 @@ -35,7 +35,7 @@
"main": "index.js",
"scripts": {
"release": "release-it",
"test": "mocha \"test/**/*.*\" --reporter spec",
"test": "mocha \"test/**/*.js\" --reporter spec",
"prepare": "husky install"
}
}

0 comments on commit 1b6fee8

Please sign in to comment.