diff --git a/package.json b/package.json index daf2030..d93c458 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "local-build": "npm run build && npm link", "start": "npm run build && scope", "tag": "npm run build && scope --tag-unpushed-commits", - "test": "jest -i test/report/* --verbose --silent=false --runInBand", + "test": "jest -i test/* --verbose --silent=false --runInBand", "clean": "rimraf .scope/" }, "repository": {