diff --git a/test/templates/angular.spec.ts b/test/templates/angular.spec.ts index 047a938..2c6bd4d 100644 --- a/test/templates/angular.spec.ts +++ b/test/templates/angular.spec.ts @@ -13,7 +13,7 @@ if (!process.env.SKIP_PROJECT_GENERATION) { generateProjectSync(appDir, { framework: 'angular', name: 'Test App', - tests: false + tests: true }); publishProjectSync(appDir, publishedAppDir); }