Skip to content

Commit 4994a4a

Browse files
clydindgp1130
authored andcommitted
test(@angular-devkit/build-angular): enable additional build E2E tests for esbuild builder
All the tests within the `build/library` and `build/styles` test directories will now be run for the esbuild-based builder E2E CI. (cherry picked from commit fe99708)
1 parent 3083c4e commit 4994a4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/legacy-cli/e2e.bzl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ BROWSER_TESTS = ["tests/misc/browsers.js"]
3131
YARN_TESTS = ["tests/basic/**", "tests/update/**", "tests/commands/add/**"]
3232
ESBUILD_TESTS = [
3333
"tests/basic/**",
34+
"tests/build/library/**",
3435
"tests/build/prod-build.js",
3536
"tests/build/relative-sourcemap.js",
36-
"tests/build/styles/scss.js",
37-
"tests/build/styles/include-paths.js",
38-
"tests/build/styles/tailwind*.js",
37+
"tests/build/styles/**",
3938
"tests/commands/add/add-pwa.js",
4039
]
4140

0 commit comments

Comments
 (0)