fix: update testPathIgnorePatterns for jest

This commit is contained in:
Joe Previte 2021-03-16 14:35:43 -07:00
parent 608871eba1
commit 445d7d6e03
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 3 additions and 3 deletions

View File

@ -121,9 +121,9 @@
},
"testEnvironment": "node",
"testPathIgnorePatterns": [
"node_modules",
"lib",
"out"
"/node_modules/",
"/lib/",
"/out/"
],
"collectCoverage": true,
"collectCoverageFrom": [