Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The unit tests were a little tricky to work with, for failures the wrong line numbers were given and console.log() didn't work. Let's try to improve the situation: 1. Have the unit tests bundled with inline sourcemaps, that can then be used to report the line numbers correctly. 2. Add a note to the unit test's README to mention to use console.warn() or console.error() instead of console.log(). Note: Unfortunately adding inline sourcemaps seems to slow down Karma/Jasmine quite a bit. In the future, we might consider using a faster test runner, or one that supports external sourcemaps.
- Loading branch information