Revert "test: update chunk file name to reflect new name"

This reverts commit 3af88fef8b3255971cc20034d31b01012b7cacb3.

No longer needed because the interop lays out the node modules directory
like without the interop & `ts_project` migration; so the chunk name
changed back to what it was before. Good news.
This commit is contained in:
Paul Gschwendtner 2024-12-19 14:25:15 +00:00 committed by Charles
parent b6268f7a30
commit 40533103cc

View File

@ -11,7 +11,7 @@ import { BASE_OPTIONS, BROWSER_BUILDER_INFO, describeBuilder } from '../setup';
const MAIN_OUTPUT = 'dist/main.js';
const NAMED_LAZY_OUTPUT = 'dist/src_lazy-module_ts.js';
const UNNAMED_LAZY_OUTPUT = 'dist/414.js';
const UNNAMED_LAZY_OUTPUT = 'dist/358.js';
describeBuilder(buildWebpackBrowser, BROWSER_BUILDER_INFO, (harness) => {
describe('Option: "namedChunks"', () => {