Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use regex to test for correct error
In Node 6, the error output for JSON parse exceptions now includes a nice backtrace. Unfortunately our test was comparing exact output, so it now fails. This regex checks that the part we care about is there without expecting a specific output.
- Loading branch information