diff --git a/index.js b/index.js index b516c1430..22018bc5a 100644 --- a/index.js +++ b/index.js @@ -14,6 +14,12 @@ const snapshotProcessor = require('./processors/snapshot-processor'); module.exports = { configs: { recommended: { + plugins: [ + 'jest' + ], + env: { + 'jest/globals': true + }, rules: { 'jest/no-disabled-tests': 'warn', 'jest/no-focused-tests': 'error',