Skip to content

Commit 86aff35

Browse files
committed
test(@angular-devkit/build-angular): re-enable karma es2015 test
1 parent 56b4a82 commit 86aff35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/angular_devkit/build_angular/test/karma/works_spec_large.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ describe('Karma Builder', () => {
2929
).subscribe(undefined, done.fail, done);
3030
}, 30000);
3131

32-
// TODO: this test is failing with `TypeError: Assignment to constant variable.` errors.
33-
// Need to investigate why. Might be TS 2.7.
34-
xit('supports ES2015 target', (done) => {
32+
it('supports ES2015 target', (done) => {
3533
host.replaceInFile('tsconfig.json', '"target": "es5"', '"target": "es2015"');
3634
runTargetSpec(host, karmaTargetSpec).pipe(
3735
tap((buildEvent) => expect(buildEvent.success).toBe(true)),

0 commit comments

Comments
 (0)