Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix karma console log (#3484)
Karma recently introduced a breaking change, that **hasn't** been noted (karma-runner/karma#2582). Karma doesn't show any `console.log` calls anymore, because the priority order of the `LogLevel`'s has been changed. The default log leve for the `browserConsoleLog` does no longer include the `LOG` log-level.
- Loading branch information