Skip to content

Commit 10828aa

Browse files
committed
ignore
1 parent f49239b commit 10828aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jest.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ module.exports = {
99
'@root(.*)$': '<rootDir>/src/$1'
1010
},
1111
collectCoverageFrom: [
12-
'src/**/*.{ts,tsx}',
13-
'!src/components/editor/index.tsx'
12+
'src/**/*.{ts,tsx}'
1413
],
1514
roots: [
1615
'./src'

0 commit comments

Comments
 (0)