mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
do not test migrations
This commit is contained in:
parent
437642a6e1
commit
ca737f4bca
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user