etro-js / etro

Typescript video-editing framework for the browser
https://etrojs.dev
GNU General Public License v3.0
899 stars 86 forks source link

Karma not capturing all console output from browser #219

Open clabe45 opened 1 year ago

clabe45 commented 1 year ago

Karma only captures some errors and no warnings from the browser when run in headless mode

clabe45 commented 1 year ago

15e444eefcd5485959b9c9cc63cfdc699dcea72b aims to forward the missing errors to the terminal. Warnings have not yet been addressed.