Temporarily disabled integration tests

This commit is contained in:
Kir_Antipov 2023-05-18 17:36:21 +00:00
parent dba28c84f8
commit c205e5d9c2

View file

@ -10,7 +10,7 @@
"build": "ncc build -s --license license.txt",
"test:lint": "eslint \"@(src|scripts)/**/*.ts\" && eslint --rule \"no-invalid-this: off\" tests/**/*.ts",
"test:unit": "jest --testPathPattern=unit --watchAll=false",
"test:integration": "jest --testPathPattern=integration",
"test:integration": "jest --testPathPattern=integration --watchAll=false --passWithNoTests",
"test": "npm run test:lint && npm run test:unit && npm run test:integration"
},
"repository": {