We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ec148 commit 82dca64Copy full SHA for 82dca64
test/templates/angular.spec.ts
@@ -13,7 +13,7 @@ if (!process.env.SKIP_PROJECT_GENERATION) {
13
generateProjectSync(appDir, {
14
framework: 'angular',
15
name: 'Test App',
16
- tests: false
+ tests: true
17
});
18
publishProjectSync(appDir, publishedAppDir);
19
}
0 commit comments