mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor: update elements test to work with ESM outputs (#48538)
* Uses the `.mjs` ESM output for testing/checking circular dependencies. PR Close #48538
This commit is contained in:
@@ -3,7 +3,7 @@ load("//tools/circular_dependency_test:index.bzl", "circular_dependency_test")
|
||||
|
||||
circular_dependency_test(
|
||||
name = "circular_deps_test",
|
||||
entry_point = "angular/packages/elements/index.js",
|
||||
entry_point = "angular/packages/elements/index.mjs",
|
||||
deps = ["//packages/elements"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user