mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Hide skipped tests (#14766)
Very small quality of life improvement, but let's hide skipped tests. The summary still shows that there are skipped tests, but this makes the UI much better. Especially when debugging a single test, then you don't need to scroll up all the time.
This commit is contained in:
parent
2ecb94347a
commit
45c9dcee83
@ -37,10 +37,10 @@
|
||||
"build": "turbo build --filter=!./playgrounds/*",
|
||||
"postbuild": "node ./scripts/pack-packages.mjs",
|
||||
"dev": "turbo dev --filter=!./playgrounds/*",
|
||||
"test": "cargo test && vitest run",
|
||||
"test:integrations": "vitest --root=./integrations --no-file-parallelism",
|
||||
"test": "cargo test && vitest run --hideSkippedTests",
|
||||
"test:integrations": "vitest --root=./integrations --no-file-parallelism --hideSkippedTests",
|
||||
"test:ui": "pnpm run --filter=tailwindcss test:ui",
|
||||
"tdd": "vitest",
|
||||
"tdd": "vitest --hideSkippedTests",
|
||||
"bench": "vitest bench",
|
||||
"version-packages": "node ./scripts/version-packages.mjs",
|
||||
"vite": "pnpm run --filter=vite-playground dev",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user