test: move tests and fixtures to top-level "tests" directory (#29)

This commit is contained in:
2025-10-29 11:09:22 +00:00
committed by GitHub
parent 73e6309596
commit 2b1c01b3ed
8 changed files with 10 additions and 11 deletions

View File

@@ -6,6 +6,6 @@
"moduleResolution": "NodeNext",
"outDir": "./dist"
},
"exclude": ["__fixtures__", "__tests__", "coverage", "dist", "node_modules"],
"exclude": ["tests", "coverage", "dist", "node_modules"],
"include": ["src"]
}