Skip to content

Commit eb5a075

Browse files
committed
test(@angular/cli): test all ng add in the esbuild pipeline
This commits adds the entire `tests/commands/add` directory to be tested with esbuild.
1 parent fc338c4 commit eb5a075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/legacy-cli/e2e.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ESBUILD_TESTS = [
3636
"tests/build/prod-build.js",
3737
"tests/build/relative-sourcemap.js",
3838
"tests/build/styles/**",
39-
"tests/commands/add/add-pwa.js",
39+
"tests/commands/add/**",
4040
"tests/i18n/extract-ivy*",
4141
"tests/ssr/**",
4242
]

0 commit comments

Comments
 (0)