When generating test project, do include test files
This commit is contained in:
parent
45ec148dec
commit
82dca64b8a
|
|
@ -13,7 +13,7 @@ if (!process.env.SKIP_PROJECT_GENERATION) {
|
||||||
generateProjectSync(appDir, {
|
generateProjectSync(appDir, {
|
||||||
framework: 'angular',
|
framework: 'angular',
|
||||||
name: 'Test App',
|
name: 'Test App',
|
||||||
tests: false
|
tests: true
|
||||||
});
|
});
|
||||||
publishProjectSync(appDir, publishedAppDir);
|
publishProjectSync(appDir, publishedAppDir);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue