Skip to content

Commit

Permalink
test: re-enable environment test
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Mar 26, 2018
1 parent c2c2f44 commit 41782c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e_runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ const allTests = glob.sync(path.join(e2eRoot, testGlob), { nodir: true, ignore:
.filter(name => !name.endsWith('/build-app-shell-with-schematic.ts'))
.filter(name => !name.endsWith('/build-app-shell.ts'))
.filter(name => !name.endsWith('/bundle-budgets.ts'))
.filter(name => !name.endsWith('/build/environment.ts'))
.filter(name => !name.endsWith('/service-worker.ts'))
.filter(name => !name.endsWith('/new-minimal.ts'))
// IS this test still valid? \/
Expand Down

0 comments on commit 41782c6

Please sign in to comment.