1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 15:39:25 +00:00

Jest should ignore routes/test

This commit is contained in:
2022-02-09 16:30:11 +00:00
parent c7b3cd131f
commit 50fe760292

View File

@@ -5,5 +5,8 @@
"coverageProvider": "v8",
"setupFilesAfterEnv": [
"jest-extended/all"
],
"testPathIgnorePatterns": [
"routes/test.js"
]
}