Skip to content

Commit edf0dfd

Browse files
authored
Add and enable no-unnecessary-components rule
1 parent e2cab87 commit edf0dfd

File tree

10 files changed

+840
-47
lines changed

10 files changed

+840
-47
lines changed

jest.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// @ts-check
2+
3+
/** @type {import('jest').Config} **/
4+
module.exports = {
5+
testEnvironment: 'node',
6+
testMatch: ['**/__tests__/*.test.js'],
7+
}

0 commit comments

Comments
 (0)