We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074c5c5 commit cbb1088Copy full SHA for cbb1088
1 file changed
src/application/index.spec.ts
@@ -93,7 +93,7 @@ describe('Application Schematic', () => {
93
expect(configurations.production).not.toBeDefined();
94
expect(Object.getOwnPropertyNames(configurations).length).toEqual(1);
95
expect(configurations.serve).toBeDefined();
96
- expect(configurations.serve.aot).toBeFalse();
+ expect(configurations.serve.aot).toBeUndefined();
97
expect(configurations.serve.buildOptimizer).toBeFalse();
98
expect(configurations.serve.optimization).toBeFalse();
99
expect(configurations.serve.extractLicenses).toBeFalse();
0 commit comments