We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3bb06 commit d4e72e1Copy full SHA for d4e72e1
bootstrap/command/test
@@ -28,7 +28,7 @@ function is_already_formatted() {
28
29
if is_already_formatted; then
30
mocha --napi-modules examples/calculator.js
31
- node --napi-modules $(bacardi_path)/node_modules/jest/bin/jest.js
+ node --napi-modules $(bacardi_path)/node_modules/jest/bin/jest.js --verbose
32
else
33
echo "You should run |bacardi format| command first."
34
fi
0 commit comments