Skip to content

Commit 8e0244b

Browse files
committed
tests: refactor browser test suite to use ReactTestUtils
1 parent aa916c5 commit 8e0244b

File tree

2 files changed

+140
-151
lines changed

2 files changed

+140
-151
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test-local:
1818
@$(BIN)/zuul --local 3000 -- tests/browser.js
1919

2020
test-cloud:
21-
@$(BIN)/zuul -- tests.js
21+
@$(BIN)/zuul -- tests/browser.js
2222

2323
release-patch: test lint
2424
@$(call release,patch)

0 commit comments

Comments
 (0)