1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

add specs for send list filters

This commit is contained in:
jaasen-livefront
2024-07-17 10:57:13 -07:00
parent 81e89f134a
commit a37c21d54b
7 changed files with 10 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
{
"extends": "../../../../shared/tsconfig.libs",
"include": ["src"],
"include": ["src", "../../../send/send-ui/src/services/send-list-filters.service.spec.ts"],
"exclude": ["node_modules", "dist"]
}