restore test flag
This commit is contained in:
Родитель
be8317d1b2
Коммит
9e2b6865a7
|
@ -10,7 +10,7 @@
|
|||
"fetch-profiles": "ts-node --files src/fetch-profiles.ts",
|
||||
"validate-example": "ts-node --files src/shc-validator.ts --path testdata/valid_key.json --type jwkset --loglevel info",
|
||||
"pretest": "npm run fetch-examples && npm run fetch-profiles",
|
||||
"test": "jest --rootDir tests",
|
||||
"test": "jest --rootDir tests --silent",
|
||||
"generate-test-data": "ts-node --files src/generate-test-data",
|
||||
"update-validator": "git pull && npm install && npm run build",
|
||||
"lint": "eslint --config .eslintrc.json --ext .ts ./src ./tests",
|
||||
|
|
Загрузка…
Ссылка в новой задаче