feat(settings): add accent-insensitive search filter with tests

This commit is contained in:
Gauvain
2026-06-03 23:41:40 +02:00
parent e783227ba6
commit e476e0b4d9
3 changed files with 39 additions and 1 deletions

View File

@@ -39,6 +39,8 @@
"node_modules",
"babel.config.js",
"metro.config.js",
"utils/jellyseerr/**/*"
"utils/jellyseerr/**/*",
"**/*.test.ts",
"**/*.test.tsx"
]
}