Skip to content

Commit

Permalink
test(): hardcode loader tsconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Sep 12, 2022
1 parent 57456f9 commit 1920c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib/configuration/nest-configuration.loader.spec.ts
Expand Up @@ -48,7 +48,7 @@ describe('Nest Configuration Loader', () => {
compilerOptions: {
assets: [],
plugins: [],
tsConfigPath: 'tsconfig.build.json',
tsConfigPath: 'tsconfig.json',
webpack: false,
webpackConfigPath: 'webpack.config.js',
},
Expand All @@ -71,7 +71,7 @@ describe('Nest Configuration Loader', () => {
compilerOptions: {
assets: [],
plugins: [],
tsConfigPath: 'tsconfig.build.json',
tsConfigPath: 'tsconfig.json',
webpack: false,
webpackConfigPath: 'webpack.config.js',
},
Expand Down

0 comments on commit 1920c2b

Please sign in to comment.