Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the amount of console "spam", by ignoring
info
/warn
calls,…
… when running the unit-tests in Node.js/Travis Compared to running the unit-tests in "regular" browsers, where any console output won't get mixed up with test output, in Node.js/Travis the test output looks quite noisy. By ignoring `info`/`warn` calls, when running unit-tests in Node.js/Travis, the test output is a lot smaller not to mention that any *actual* failures are more easily spotted.
- Loading branch information