diff --git a/package.json b/package.json index de4669b..8ef97a4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "scripts": { "build": "microbundle --target node", "prepublishOnly": "yarn build", - "test": "jest -i --watch", + "test": "jest -i", "test:ci": "jest -i --coverage", "dts": "tsc --emitDeclarationOnly", "lint": "eslint --ext .ts src __tests__",