Skip to content

Commit c65964f

Browse files
committed
Make the config compatible with Jest
1 parent a597a07 commit c65964f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
browser: true,
77
commonjs: true,
88
es6: true,
9+
jest: true,
910
},
1011
plugins: ['react'],
1112
rules: {

0 commit comments

Comments
 (0)