mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
do not test migrations
This commit is contained in:
parent
437642a6e1
commit
ca737f4bca
@ -7,7 +7,8 @@ module.exports = {
|
|||||||
'!**/node_modules/**',
|
'!**/node_modules/**',
|
||||||
'!**/test/**',
|
'!**/test/**',
|
||||||
'!**/build/**',
|
'!**/build/**',
|
||||||
'!**/src/**/?(*.)+(spec|test).ts?(x)'
|
'!**/src/**/?(*.)+(spec|test).ts?(x)',
|
||||||
|
'!**/src/db/migrations/**'
|
||||||
],
|
],
|
||||||
coverageThreshold: {
|
coverageThreshold: {
|
||||||
global: {
|
global: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user