8000 chore(e2e): update to e2e-spec (#1013) · Saulis/angular-cli@81691a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81691a3

Browse files
Shyam-Chenfilipesilva
authored andcommitted
chore(e2e): update to e2e-spec (angular#1013)
* Update protractor.conf.js * Rename app.e2e.ts to app.e2e-spec.ts
1 parent 5b4ef6d commit 81691a3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

addon/ng2/blueprints/ng2/files/config/protractor.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var SpecReporter = require('jasmine-spec-reporter');
44
exports.config = {
55
allScriptsTimeout: 11000,
66
specs: [
7-
'../e2e/**/*.e2e.ts'
7+
'../e2e/**/*.e2e-spec.ts'
88
],
99
capabilities: {
1010
'browserName': 'chrome'

0 commit comments

Comments
 (0)
0