build: refactor packages/compiler/test to work with ESM (#48521)

Switches the circular deps test to use the ESM output. The
normal `.js` devmode output is no longer available.

PR Close #48521
This commit is contained in:
Paul Gschwendtner
2022-12-13 14:00:00 +00:00
parent 3f612ed9b9
commit a2b9c5c778
+1 -1
View File
@@ -9,7 +9,7 @@ NODE_ONLY = [
circular_dependency_test(
name = "circular_deps_test",
entry_point = "angular/packages/compiler/index.js",
entry_point = "angular/packages/compiler/index.mjs",
deps = ["//packages/compiler"],
)