mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
5d2fe9403b
* and send list filters and service * undo changes to jest config * add specs for send list filters * send list items container * update send list items container * finalize send list container * Revert "Merge branch 'PM-9853' into PM-9852" This reverts commit9f65ded13f
, reversing changes made to63f95600e8
. * fix icons and class name * fix names. add export * add more coverage
7 lines
128 B
JSON
7 lines
128 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src"],
|
|
"files": ["./test.setup.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|