Skip to content

Commit 7006737

Browse files
committed
build: ensure theming tests execute as ESM
The JS file is ESM, but Node doesn't recognize this because there is no explicit extension or `package.json` with `type: module`.
1 parent f790fb1 commit 7006737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/core/theming/tests/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jasmine_test(
7272
name = "unit_tests",
7373
data = [
7474
":unit_test_lib",
75+
"//src:package_json",
7576
"//src/material:sass_lib",
7677
"//src/material-experimental:sass_lib",
7778
],

0 commit comments

Comments
 (0)