You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now in the console you should see "info emitter was called and following is the object" printed if the info event was triggered
Additional Details
I used the localStorage.debug = '*'; option in the browser to enable the logs in karma to see if the info emit was going through, I did see that the emit was dispatch. Do you happen to know where I can look to verify if the reporter has received it or to verify if the emmiter is registered from the reporter.
The text was updated successfully, but these errors were encountered:
Expected behavior
Expect the info emitter to be dispatched which is set in the reporter. The reporter is expected to write to console a message. Refer to: https://groups.google.com/forum/#!topic/karma-users/ShR96TcKm6Q
Actual behavior
Nothing is written to the terminal/console.
Enviroment Details
karma --version
): Tried on "0.13.22" and "1.0.0"karma.config.js
fileRefer to: https://github.com/devanshah1/sample/blob/master/karma.conf.js
Steps to reproduce the behaviour
bash npm install
in repo folderbash npm install src
in repo foldernpm test
in repo folderAdditional Details
I used the localStorage.debug = '*'; option in the browser to enable the logs in karma to see if the info emit was going through, I did see that the emit was dispatch. Do you happen to know where I can look to verify if the reporter has received it or to verify if the emmiter is registered from the reporter.
The text was updated successfully, but these errors were encountered: