mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 09:37:18 +08:00
fix(@angular/cli): removing skip e2e test
This commit is contained in:
parent
79e29f5994
commit
fb9687123c
@ -1,11 +0,0 @@
|
||||
import {createProject} from '../../../utils/project';
|
||||
import {expectFileNotToExist} from '../../../utils/fs';
|
||||
|
||||
|
||||
export default function() {
|
||||
return Promise.resolve()
|
||||
.then(() => createProject('new-project-skip-e2e', '--skip-e2e'))
|
||||
.then(() => expectFileNotToExist('e2e/app.e2e-spec.ts'))
|
||||
.then(() => expectFileNotToExist('e2e/app.po.ts'))
|
||||
.then(() => expectFileNotToExist('protractor.conf.js'));
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user