diff --git a/package.json b/package.json index 678afd7..a27c1b4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "format-check": "prettier --check **/*.ts", "lint": "eslint src/**/*.ts", "package": "ncc build --source-map", - "test": "jest", + "test": "jest -i", "all": "npm run build && npm run format && npm run lint && npm run package && npm test" }, "repository": {