diff --git a/package.json b/package.json index fc5078a..4930815 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "format-check": "prettier --check '**/*.ts'", "lint": "eslint --fix src/**/*.ts", "package": "ncc build --source-map --license licenses.txt", - "test": "jest --forceExit", + "test": "jest --testTimeout=10000", "test:watch": "jest --watch src", "all": "npm run build && npm run format && npm run lint && npm run package && npm test" },