Skip to content

Commit

Permalink
test(@angular-devkit/build-angular): enable additional build E2E test…
Browse files Browse the repository at this point in the history
…s 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)
  • Loading branch information
clydin authored and dgp1130 committed May 4, 2023
1 parent 3083c4e commit 4994a4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/legacy-cli/e2e.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ BROWSER_TESTS = ["tests/misc/browsers.js"]
YARN_TESTS = ["tests/basic/**", "tests/update/**", "tests/commands/add/**"]
ESBUILD_TESTS = [
"tests/basic/**",
"tests/build/library/**",
"tests/build/prod-build.js",
"tests/build/relative-sourcemap.js",
"tests/build/styles/scss.js",
"tests/build/styles/include-paths.js",
"tests/build/styles/tailwind*.js",
"tests/build/styles/**",
"tests/commands/add/add-pwa.js",
]

Expand Down

0 comments on commit 4994a4a

Please sign in to comment.