Skip to content

Commit

Permalink
Enable --verbose option in test by default. (#121)
Browse files Browse the repository at this point in the history
It's better to inform details.

ISSUE=#99,#100
  • Loading branch information
romandev authored Oct 8, 2017
1 parent aaa4167 commit f617601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/command/test
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function is_already_formatted() {

if is_already_formatted; then
mocha --napi-modules examples/calculator.js
node --napi-modules $(bacardi_path)/node_modules/jest/bin/jest.js
node --napi-modules $(bacardi_path)/node_modules/jest/bin/jest.js --verbose
else
echo "You should run |bacardi format| command first."
fi

0 comments on commit f617601

Please sign in to comment.