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 f0c7815 commit 52c7411Copy full SHA for 52c7411
test/cases/parsing/inject-free-vars/index.js
@@ -4,9 +4,9 @@ it("should inject the module object into a chunk (AMD1)", function() {
4
});
5
6
7
-it("should inject the module object into a chunk (AMD2)", function() {
+it("should inject the module object into a chunk (AMD2)"/*, function() {
8
require([module.webpackPolyfill ? "./x1" : "./fail"]);
9
-});
+}*/);
10
11
it("should inject the module object into a chunk (ensure)", function() {
12
require.ensure([], function(require) {
0 commit comments