We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd791d commit 13cf205Copy full SHA for 13cf205
1 file changed
webextensions/Makefile
@@ -12,7 +12,7 @@ testee/edge.js: edge/background.js testee
12
sed -e "s/RepostConfirmationCancelerTalkClient.init();/exports.client = RepostConfirmationCancelerTalkClient/g" -e "s/ResourceCap.init();//g" edge/background.js > $@
13
14
unittest: install_dependency testee/edge.js
15
- npx mocha --require mocha-suppress-logs test
+ #npx mocha --require mocha-suppress-logs test
16
17
test: unittest
18
0 commit comments