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

Internal improvement: Add workaround to mocha-webpack problem to debugger test script #3549

Merged
merged 1 commit into from
Nov 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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