Skip to content

Commit f49239b

Browse files
committed
ignore editor test converage
1 parent 5c211eb commit f49239b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.config.js

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

0 commit comments

Comments
 (0)