We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6812d7 commit 7ef5172Copy full SHA for 7ef5172
bin/jsx
@@ -41,6 +41,7 @@ require("commoner").resolve(function(id) {
41
return context.getProvidedP().then(function(idToPath) {
42
if (id !== "mock-modules" &&
43
id !== "mocks" &&
44
+ id !== "test/all" &&
45
idToPath.hasOwnProperty("mock-modules")) {
46
return source + '\nrequire("mock-modules").register(' +
47
JSON.stringify(id) + ', module);\n';
0 commit comments