Skip to content

Commit ae3c26b

Browse files
committed
fixup! test: change E2E to zoneless
1 parent 1fc2cce commit ae3c26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/legacy-cli/e2e/tests/build/sourcemap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default async function () {
1515
await testForSourceMaps(useWebpackBuilder ? 2 : 1);
1616

1717
await ng('build', '--output-hashing=none', '--source-map', '--configuration=development');
18-
await testForSourceMaps(useWebpackBuilder ? 4 : 1);
18+
await testForSourceMaps(useWebpackBuilder ? 3 : 1);
1919
}
2020

2121
async function testForSourceMaps(expectedNumberOfFiles: number): Promise<void> {

0 commit comments

Comments
 (0)