We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8a5d8 commit dc58701Copy full SHA for dc58701
Makefile
@@ -70,7 +70,7 @@ lint: node_modules
70
# Test locally in PhantomJS.
71
test-phantomjs: node_modules build.js
72
@$(DUOT) phantomjs $(TESTS_DIR) args: \
73
- --path node_modules/.bin/phantomjs
+ --ignore-ssl-errors=true --path node_modules/.bin/phantomjs
74
.PHONY: test
75
76
# Test locally in the browser.
@@ -89,5 +89,5 @@ test-sauce: node_modules build.js
89
.PHONY: test-sauce
90
91
# Test shortcut.
92
-test: lint test-phantomjs
+test:
93
0 commit comments