Skip to content

Commit 88f7762

Browse files
committed
test: just collect basic module
1 parent 1abb76f commit 88f7762

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jest.config.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ module.exports = {
1717
},
1818
transformIgnorePatterns: ['node_modules/(?!(html-void-elements)/)'],
1919
setupFilesAfterEnv: ['<rootDir>/tests/setup/index.ts'],
20-
collectCoverageFrom: ['<rootDir>/packages/**/src/**/*.(ts|tsx)'],
20+
// just collect basic module
21+
collectCoverageFrom: [
22+
'<rootDir>/packages/{basic-modules,code-highlight,core,editor,list-module,table-module,upload-image-module,video-module}/src/**/*.(ts|tsx)',
23+
],
2124
coveragePathIgnorePatterns: [
2225
'dist',
2326
'locale',

0 commit comments

Comments
 (0)