test: add unit tests for useSwipeSidebar and useLocale hooks, exclude tests from build tsconfig

This commit is contained in:
Nicolas Varrot
2026-02-22 09:03:17 +00:00
parent 3c51e46cbb
commit 4163124c6a
3 changed files with 189 additions and 1 deletions

View File

@@ -24,5 +24,6 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["src"]
"include": ["src"],
"exclude": ["src/**/__tests__/**", "src/**/*.test.ts", "src/**/*.test.tsx"]
}