Skip to content

Commit fc0cb04

Browse files
make tests verbose by default
1 parent 7368b0b commit fc0cb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"jest": "^18.1.0"
2525
},
2626
"scripts": {
27-
"test": "node node_modules/jest/bin/jest.js"
27+
"test": "node node_modules/jest/bin/jest.js --verbose"
2828
}
2929
}

0 commit comments

Comments
 (0)