do not test migrations

This commit is contained in:
Moriz Wahl 2023-11-02 10:52:10 +01:00
parent 437642a6e1
commit ca737f4bca

View File

@ -7,7 +7,8 @@ module.exports = {
'!**/node_modules/**',
'!**/test/**',
'!**/build/**',
'!**/src/**/?(*.)+(spec|test).ts?(x)'
'!**/src/**/?(*.)+(spec|test).ts?(x)',
'!**/src/db/migrations/**'
],
coverageThreshold: {
global: {