Skip to content

Commit e727d03

Browse files
Merge pull request #13 from eugene-matvejev/v0.1.5.1
make tests verbose by default
2 parents 4229b79 + c67e912 commit e727d03

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)