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:
parent
8ed8ec9de5
commit
8394f7bb2e
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue