We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2817d commit fe99708Copy full SHA for fe99708
tests/legacy-cli/e2e.bzl
@@ -31,11 +31,10 @@ BROWSER_TESTS = ["tests/misc/browsers.js"]
31
YARN_TESTS = ["tests/basic/**", "tests/update/**", "tests/commands/add/**"]
32
ESBUILD_TESTS = [
33
"tests/basic/**",
34
+ "tests/build/library/**",
35
"tests/build/prod-build.js",
36
"tests/build/relative-sourcemap.js",
- "tests/build/styles/scss.js",
37
- "tests/build/styles/include-paths.js",
38
- "tests/build/styles/tailwind*.js",
+ "tests/build/styles/**",
39
"tests/commands/add/add-pwa.js",
40
]
41
0 commit comments