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 32ae578 commit ef89b0fCopy full SHA for ef89b0f
.eslintrc.js
@@ -12,4 +12,8 @@ module.exports = {
12
},
13
],
14
15
+ plugins: ['jest'],
16
+ env: {
17
+ jest: true,
18
+ },
19
};
0 commit comments