8000 When generating test project, do include test files · aspnet/JavaScriptServices@82dca64 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 82dca64

Browse files
When generating test project, do include test files
1 parent 45ec148 commit 82dca64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/templates/angular.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (!process.env.SKIP_PROJECT_GENERATION) {
1313
generateProjectSync(appDir, {
1414
framework: 'angular',
1515
name: 'Test App',
16-
tests: false
16+
tests: true
1717
});
1818
publishProjectSync(appDir, publishedAppDir);
1919
}

0 commit comments

Comments
 (0)
0