mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-24 17:30:59 -05:00
Temporarily disabled integration tests
This commit is contained in:
parent
dba28c84f8
commit
c205e5d9c2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
"build": "ncc build -s --license license.txt",
|
"build": "ncc build -s --license license.txt",
|
||||||
"test:lint": "eslint \"@(src|scripts)/**/*.ts\" && eslint --rule \"no-invalid-this: off\" tests/**/*.ts",
|
"test:lint": "eslint \"@(src|scripts)/**/*.ts\" && eslint --rule \"no-invalid-this: off\" tests/**/*.ts",
|
||||||
"test:unit": "jest --testPathPattern=unit --watchAll=false",
|
"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"
|
"test": "npm run test:lint && npm run test:unit && npm run test:integration"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue