I can able to get custom message for failure expect in Jasmine. But i want to get custom message for pass expect also in Jasmine.
I used below code
expect(true).toBe(false,'To verify the icon');
Custom Message
Expected true to be false, 'To verify the icon'
But i need custom message for pass expect.