MOBILE-3320 ts: Fix test files not used warning

main
Pau Ferrer Ocaña 2021-06-09 09:10:51 +02:00
parent 73b6b3e5e6
commit 9534383e29
1 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@
], ],
"exclude": [ "exclude": [
"src/**/*.test.ts", "src/**/*.test.ts",
"src/testing/**" "src/testing/**",
"src/**/tests/**"
] ]
} }