fix: various VHD related test fixes (#6302)

This commit is contained in:
Florent BEAUCHAMP
2022-08-12 16:23:59 +02:00
committed by GitHub
parent 61691ac46b
commit b89e77a6a4
9 changed files with 76 additions and 50 deletions

View File

@@ -77,7 +77,7 @@
"private": true,
"scripts": {
"build": "scripts/run-script.js --parallel build",
"ci": "yarn && yarn test-integration",
"ci": "yarn && yarn build && yarn test-integration",
"clean": "scripts/run-script.js --parallel clean",
"dev": "scripts/run-script.js --parallel dev",
"dev-test": "jest --bail --watch \"^(?!.*\\.integ\\.spec\\.js$)\"",