Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed May 14, 2021
1 parent 19196d9 commit 15ef687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"main": "main.js",
"scripts": {
"release": "release-script",
"test:package": "node_modules/.bin/mocha test/packageFiles --exit",
"test:integration": "node_modules/.bin/mocha test/integrationAdapter --exit",
"test": "node node_modules/mocha/bin/mocha --exit"
"test:package": "mocha test/packageFiles --exit",
"test:integration": "mocha test/integrationAdapter --exit",
"test": "mocha --exit"
},
"readmeFilename": "README.md"
}

0 comments on commit 15ef687

Please sign in to comment.