Skip to content

Commit

Permalink
test: update nest configuration loader tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jun 30, 2023
1 parent b8a008f commit 989a9f8
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions test/lib/configuration/nest-configuration.loader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,14 @@ describe('Nest Configuration Loader', () => {
projects: {},
compilerOptions: {
assets: [],
builder: {
options: {
configPath: 'tsconfig.json',
},
type: 'tsc',
},
plugins: [],
tsConfigPath: 'tsconfig.json',
webpack: false,
webpackConfigPath: 'webpack.config.js',
manualRestart: false,
},
generateOptions: {},
Expand All @@ -73,10 +77,14 @@ describe('Nest Configuration Loader', () => {
projects: {},
compilerOptions: {
assets: [],
builder: {
options: {
configPath: 'tsconfig.json',
},
type: 'tsc',
},
plugins: [],
tsConfigPath: 'tsconfig.json',
webpack: false,
webpackConfigPath: 'webpack.config.js',
manualRestart: false,
},
generateOptions: {},
Expand Down

0 comments on commit 989a9f8

Please sign in to comment.