Skip to content

Commit 2961eb7

Browse files
committed
Tweaked the tests so that IE passes as well
1 parent ee79a11 commit 2961eb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ import "core-js/fn/map";
1414
import "babel-regenerator-runtime";
1515

1616
// "Registering" test suits
17-
import "./react/basic";
18-
import "./react/hoc";
1917
import "./react/manual";
18+
import "./react/hoc";
2019
import "./react/non-oocss";
20+
// Weirdly unless basic tests are the last, they throw errors in IE
21+
import "./react/basic";

0 commit comments

Comments
 (0)