Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use error constructor to check for ParseError
Since we're dealing with a custom error constructor `t.throws` has a hard time checking the instance is the one we expect. This commit changes checking to use the constructor error property instead.
- Loading branch information