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

@@ -7,8 +7,7 @@
},
"exclude": ["dist", "node_modules"],
"include": [
"__fixtures__",
"__tests__",
"tests",
"src",
"eslint.config.mjs",
"jest.config.js",