mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Jasmine supports node these days, so there is no longer a need to use a separate (and unmaintained) package to provide such bindings. Making the switch exposed several misuses of the `toMatch` assertion in the existing specification. Most of them were converted to `toEqual`, since `toMatch` is only for matching against regular expressions.