Skip to content

Commit

Permalink
fix(config/ts): add __tests__ directory as using ts-test fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
GerkinDev committed Sep 2, 2021
1 parent 9a755dd commit 0856746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export = {
extends: '../config-fragments/jts',
overrides: [
{
files: [ '*.{spec,test}.ts{x,}', '**/{test-utils,__mocks__}/**/*.ts{x,}' ],
files: [ '*.{spec,test}.ts{x,}', '**/{test-utils,__mocks__}/**/*.ts{x,}', '__tests__/**/*.ts{x,}' ],
extends: '../config-fragments/ts-test',
},
{
Expand Down

0 comments on commit 0856746

Please sign in to comment.