When generating test project, do include test files

This commit is contained in:
Steve Sanderson 2017-05-17 11:37:33 +01:00
Родитель 45ec148dec
Коммит 82dca64b8a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ if (!process.env.SKIP_PROJECT_GENERATION) {
generateProjectSync(appDir, {
framework: 'angular',
name: 'Test App',
tests: false
tests: true
});
publishProjectSync(appDir, publishedAppDir);
}