Skip to content

Commit 93d8f86

Browse files
committed
fixup! test: run legacy-cli e2e tests via bazel
1 parent 1ebfdad commit 93d8f86

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
@@ -28,7 +28,7 @@ TEST_TAGS = ["no-remote-exec", "requires-network"]
2828
# Subset of tests for yarn/esbuild
2929
BROWSER_TESTS = ["tests/misc/browsers.js"]
3030
YARN_TESTS = ["tests/basic/**", "tests/update/**", "tests/commands/add/**"]
31-
ESBUILD_TESTS = ["tests/basic/**", "tests/build/prod-build.js"]
31+
ESBUILD_TESTS = ["tests/basic/**", "tests/build/prod-build.js", "tests/build/relative-sourcemap.js", "tests/build/styles/scss.js", "tests/build/styles/include-paths.js", "tests/commands/add/add-pwa.js"]
3232

3333
# Tests excluded for esbuild
3434
ESBUILD_IGNORE_TESTS = [

0 commit comments

Comments
 (0)