From 82dca64b8aaa5a62afd8ac3331fe362637ac2dd7 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Wed, 17 May 2017 11:37:33 +0100 Subject: [PATCH] When generating test project, do include test files --- test/templates/angular.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }