Skip to content

Commit d4e72e1

Browse files
committed
Enable --verbose option in test by default. (#121)
It's better to inform details. ISSUE=#99,#100
1 parent bb3bb06 commit d4e72e1

File tree

1 file changed

+1
-1
lines changed
  • bootstrap/command

1 file changed

+1
-1
lines changed

bootstrap/command/test

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function is_already_formatted() {
2828

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

0 commit comments

Comments
 (0)