diff --git a/package.json b/package.json index a2f8e13..04f9352 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "jest": "^18.1.0" }, "scripts": { - "test": "node node_modules/jest/bin/jest.js" + "test": "node node_modules/jest/bin/jest.js --verbose" } }