0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(test): run integration test serially (#1676)

This commit is contained in:
Xiao Yijun 2022-07-26 14:17:44 +08:00 committed by GitHub
parent 8ed8ec9de5
commit 8394f7bb2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .ts src tests",
"lint:report": "pnpm lint --format json --output-file report.json",
"start": "jest"
"start": "jest -i"
},
"devDependencies": {
"@jest/types": "^27.5.1",