We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6560a commit bbbe452Copy full SHA for bbbe452
tests.webpack.js
@@ -1,2 +1,2 @@
1
-var context = require.context('./modules', true, /-test\.js$/);
2
-context.keys().forEach(context);
+const context = require.context('./modules', true, /-test\.js$/)
+context.keys().forEach(context)
0 commit comments