Skip to content

Commit b715e73

Browse files
alan-agius4josephperrott
authored andcommitted
test(@angular-devkit/build-angular): update shared lazy modules spec file path
1 parent 75fddc9 commit b715e73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/angular_devkit/build_angular/src/builders/browser/specs/lazy-module_spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@ describe('Browser Builder lazy modules', () => {
152152
const { files } = await browserBuild(architect, host, target);
153153
expect(files['src_one_ts.js']).not.toBeUndefined();
154154
expect(files['src_two_ts.js']).not.toBeUndefined();
155-
expect(
156-
files['default-node_modules_angular_common___ivy_ngcc___fesm2015_http_js.js'],
157-
).toBeDefined();
155+
expect(files['default-node_modules_angular_common_fesm2020_http_mjs.js']).toBeDefined();
158156
});
159157

160158
it(`supports disabling the common bundle`, async () => {

0 commit comments

Comments
 (0)