mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
This PR reworks a unit test that created a file in the project root and
then proceeded by scanning everything in the git root for candidates.
The issue specifically is that with the `.debug/` folder, our project
root can grow quite a bit which makes this test slower the more you work
on other tests...
To fix this we now simply create a tmp folder with only that one test
file. 🚀
11 lines
118 B
Plaintext
11 lines
118 B
Plaintext
node_modules/
|
|
dist/
|
|
coverage/
|
|
.turbo
|
|
test-results/
|
|
playwright-report/
|
|
blob-report/
|
|
playwright/.cache/
|
|
target/
|
|
.debug/
|