Adding db test directory to list of ignored from coverage.

This commit is contained in:
mike12345567 2021-03-16 23:30:20 +00:00
parent d28737da34
commit ce07f44e05
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
"!src/db/dynamoClient.js",
"!src/utilities/usageQuota.js",
"!src/api/routes/tests/**/*",
"!src/db/tests/**/*",
"!src/tests/**/*",
"!src/automations/tests/**/*",
"!src/utilities/fileProcessor.js",