Skip to content
Advertisement

Tag: jasmine-node

How to show passed test in Jasmine?

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’t seem to be actively maintained. The jasmine CLI supports tests run from the

Advertisement