Skip to content

Commit

Permalink
BUG: Fix toggle not working in projects config
Browse files Browse the repository at this point in the history
This commit fixes the bug described in jest-community/jest-runner-eslint#86 by implementing the solution proposed by: jest-community/jest-runner-eslint#86 (comment)
  • Loading branch information
AlexisPuga committed Mar 2, 2021
1 parent 2f147da commit 0eea460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
watchPlugins: ['jest-runner-eslint/watch-fix'],
projects: [
{
// Jest...
Expand All @@ -9,4 +10,4 @@ module.exports = {
watchPlugins: ['jest-runner-eslint/watch-fix']
}
]
};
}

0 comments on commit 0eea460

Please sign in to comment.