docs: fix testing example (#31120)

PR Close #31120
This commit is contained in:
Kapunahele Wong
2019-06-18 07:59:54 -04:00
committed by Kara Erickson
parent e8d0265c1e
commit 02d98ed823
22 changed files with 113 additions and 70 deletions

View File

@ -36,8 +36,8 @@ BOILERPLATE_PATHS['service-worker'] = [...cliRelativePath, 'angular.json', 'pack
BOILERPLATE_PATHS.testing = [
...cliRelativePath,
'angular.json',
'src/tsconfig.app.json',
'src/tsconfig.spec.json'
'tsconfig.app.json',
'tsconfig.spec.json'
];
BOILERPLATE_PATHS.universal = [...cliRelativePath, 'angular.json', 'package.json'];