Skip to content

Commit

Permalink
chore(app/angular): update ts config test to match the new default co…
Browse files Browse the repository at this point in the history
…nfig
  • Loading branch information
kroeder committed Feb 3, 2020
1 parent 85d5ce9 commit 6cba51f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/angular/src/server/__tests__/ts_config.test.ts
Expand Up @@ -20,6 +20,9 @@ describe('ts_config', () => {

expect(config).toEqual({
transpileOnly: true,
compilerOptions: {
emitDecoratorMetadata: true,
},
configFile: 'tsconfig.json',
});
});
Expand All @@ -31,6 +34,9 @@ describe('ts_config', () => {

expect(config).toEqual({
transpileOnly: true,
compilerOptions: {
emitDecoratorMetadata: true,
},
});
});
});

0 comments on commit 6cba51f

Please sign in to comment.