Skip to content

Commit bdffa13

Browse files
committed
build: update bazel dependencies
See associated pull request for more information. Closes angular#31313 as a pr takeover
1 parent e4e7935 commit bdffa13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/build/src/builders/karma/tests/behavior/module-cjs_spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ describeKarmaBuilder(execute, KARMA_BUILDER_INFO, (harness, setupTarget) => {
2222

2323
await harness.modifyFile('src/tsconfig.spec.json', (content) => {
2424
const tsConfig = JSON.parse(content);
25+
tsConfig.compilerOptions.moduleResolution = 'node';
2526
tsConfig.compilerOptions.module = 'commonjs';
2627

2728
return JSON.stringify(tsConfig);

0 commit comments

Comments
 (0)