mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
When generating test project, do include test files
This commit is contained in:
@@ -13,7 +13,7 @@ if (!process.env.SKIP_PROJECT_GENERATION) {
|
||||
generateProjectSync(appDir, {
|
||||
framework: 'angular',
|
||||
name: 'Test App',
|
||||
tests: false
|
||||
tests: true
|
||||
});
|
||||
publishProjectSync(appDir, publishedAppDir);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user