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 f6f6213 commit 6752953Copy full SHA for 6752953
Makefile
@@ -46,7 +46,7 @@ test-all:
46
"make test-browser"
47
48
test:
49
- @if [ "x$(BROWSER_NAME)" = "x" ]; then \
+ @if [ "x$(BROWSER)" = "x" ]; then \
50
$(MAKE) test-node; \
51
else \
52
$(MAKE) test-browser; \
0 commit comments