Skip to content

Commit

Permalink
fix: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KeesCBakker committed Aug 29, 2023
1 parent f524af5 commit f04d01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0"
},
"main": "index.coffee",
"main": "index.js",
"scripts": {
"release": "release-it",
"test": "mocha --require coffee-script/register \"test/**/*.coffee\" --reporter spec",
"test": "mocha --require coffee-script/register \"test/**/*-test.js\" --reporter spec",
"prepare": "husky install"
}
}

0 comments on commit f04d01e

Please sign in to comment.