Skip to content

Commit ba57c75

Browse files
committed
update config
1 parent 2225bbd commit ba57c75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/dev/jest/config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ export default {
4040
],
4141
collectCoverageFrom: [
4242
'src/{cli,cli_keystore,cli_plugin,core}/**/*.{ts,tsx}',
43-
'!src/{cli,cli_keystore,cli_plugin,core}/**/{test_helpers,__snapshots__,mocks,tests}/**/*',
44-
'!src/{cli,cli_keystore,cli_plugin,core}/**/*.{test, mock}.ts',
43+
'!src/**/{test_helpers,__snapshots__,mocks,integration_tests,tests}/**/*',
44+
'!src/**/*mock*.ts',
45+
'!src/**/*.test.ts',
4546
'src/plugins/**/*.{ts,tsx}',
4647
'!src/plugins/**/{__test__,__snapshots__,__examples__,mocks,tests}/**/*',
4748
'!src/plugins/**/*.d.ts',

0 commit comments

Comments
 (0)