Skip to content

Commit

Permalink
fix(nest): include e2e tests in tests config, fix test preset name
Browse files Browse the repository at this point in the history
  • Loading branch information
GerkinDev committed Jan 5, 2021
1 parent f1cf4fc commit bb3e431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/nest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ export = {
extends: './ts-rxjs',
overrides: [
{
files: [ 'src/**/*.{spec,test}.ts{x,}' ],
files: [ './src/**/*.{spec,test}.ts{x,}', './test/**/*' ],
env: { jest: true },
extends: '../config-fragments/test-ts',
extends: '../config-fragments/ts-test',
},
],
} as const;

0 comments on commit bb3e431

Please sign in to comment.