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 ee79a11 commit 2961eb7Copy full SHA for 2961eb7
tests/index.js
@@ -14,7 +14,8 @@ import "core-js/fn/map";
14
import "babel-regenerator-runtime";
15
16
// "Registering" test suits
17
-import "./react/basic";
18
-import "./react/hoc";
19
import "./react/manual";
+import "./react/hoc";
20
import "./react/non-oocss";
+// Weirdly unless basic tests are the last, they throw errors in IE
21
+import "./react/basic";
0 commit comments