dev_compiler icon indicating copy to clipboard operation
dev_compiler copied to clipboard

ability to suppress prints in language tests, unless they fail

Open jmesserly opened this issue 10 years ago • 1 comments

Some of the language tests print a lot of stuff. For now I'm commenting out the print because it goes to console.log in browser, and Karma routes it to your the terminal. Ideally this would only print if the test fails

jmesserly avatar Aug 03 '15 21:08 jmesserly

This might be what we want: https://www.npmjs.com/package/karma-logcapture-reporter

vsmenon avatar Aug 06 '15 17:08 vsmenon