chore(e2e): rename app-module.ts to app.module.ts for consistency

references #10023
This commit is contained in:
Brandy Carney
2017-01-13 15:16:24 -05:00
parent eaa62484d7
commit d252fa49e5
148 changed files with 7 additions and 62 deletions

View File

@ -59,7 +59,7 @@ task('e2e.build', function () {
.on('error', function (error) {
console.log(error.message);
})
.pipe(gulpif(/app-module.js$/, createIndexHTML()))
.pipe(gulpif(/app.module.js$/, createIndexHTML()))
.pipe(gulpif(/e2e.js$/, createPlatformTests()));
var testFiles = src([