Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Nov 19, 2020
1 parent 2225bbd commit ba57c75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dev/jest/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ export default {
],
collectCoverageFrom: [
'src/{cli,cli_keystore,cli_plugin,core}/**/*.{ts,tsx}',
'!src/{cli,cli_keystore,cli_plugin,core}/**/{test_helpers,__snapshots__,mocks,tests}/**/*',
'!src/{cli,cli_keystore,cli_plugin,core}/**/*.{test, mock}.ts',
'!src/**/{test_helpers,__snapshots__,mocks,integration_tests,tests}/**/*',
'!src/**/*mock*.ts',
'!src/**/*.test.ts',
'src/plugins/**/*.{ts,tsx}',
'!src/plugins/**/{__test__,__snapshots__,__examples__,mocks,tests}/**/*',
'!src/plugins/**/*.d.ts',
Expand Down

0 comments on commit ba57c75

Please sign in to comment.