Skip to content

Commit 13cf205

Browse files
committed
Makefile: comment out test
There is no test
1 parent 3dd791d commit 13cf205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webextensions/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ testee/edge.js: edge/background.js testee
1212
sed -e "s/RepostConfirmationCancelerTalkClient.init();/exports.client = RepostConfirmationCancelerTalkClient/g" -e "s/ResourceCap.init();//g" edge/background.js > $@
1313

1414
unittest: install_dependency testee/edge.js
15-
npx mocha --require mocha-suppress-logs test
15+
#npx mocha --require mocha-suppress-logs test
1616

1717
test: unittest
1818

0 commit comments

Comments
 (0)