Skip to content

Commit 258b62a

Browse files
committed
build: fix snapshot tests failure
Fixes the build error in the snapshots check by applying a similar fix to #25303.
1 parent 881b6ca commit 258b62a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/schematics/ng-update/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ spec_bundle(
7878
name = "spec_bundle",
7979
external = ["*/paths.js"],
8080
platform = "cjs-legacy",
81+
target = "es2020",
8182
deps = [":test_lib"],
8283
)
8384

0 commit comments

Comments
 (0)