Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3549 from trufflesuite/debugger-test-workaround-2
Browse files Browse the repository at this point in the history
Internal improvement: Add workaround to mocha-webpack problem to debugger test script
  • Loading branch information
haltman-at authored Nov 21, 2020
2 parents 1f9ab16 + 598f715 commit c5ba883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"docs": "esdoc",
"prepare": "yarn build",
"start": "node ./webpack/dev-server.js",
"test": "mocha-webpack --webpack-config webpack/webpack.config-test.js --recursive && yarn build",
"test": "mocha-webpack --webpack-config webpack/webpack.config-test.js --recursive && rm -r dist && yarn build",
"test:coverage": "nyc mocha-webpack --webpack-config webpack/webpack.config-test.js --recursive",
"test:debug": "NODE_ENV=testing node --inspect ./node_modules/.bin/mocha-webpack --webpack-config webpack/webpack.config-test.js --recursive"
},
Expand Down

0 comments on commit c5ba883

Please sign in to comment.