Skip to content

Commit bbbe452

Browse files
committed
Match code style on test entry point
1 parent fb6560a commit bbbe452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests.webpack.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
var context = require.context('./modules', true, /-test\.js$/);
2-
context.keys().forEach(context);
1+
const context = require.context('./modules', true, /-test\.js$/)
2+
context.keys().forEach(context)

0 commit comments

Comments
 (0)