When running jasmine it only presents dot(.) for successful tests, and only verbose if the test fails. My running command is: jasmine-node test.spec.js The result: How to make jasmine display this test result like jasmine should show this text? Answer Use the –verbose flag: Note: jasmine-node doesn̵…