mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18: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.
11 lines
143 B
JSON
11 lines
143 B
JSON
{
|
|
"spec_dir": ".",
|
|
"spec_files": [
|
|
"test/**/*[sS]pec.js",
|
|
"contrib/**/*[sS]pec.js"
|
|
],
|
|
"helpers": [
|
|
"helpers/**/*.js"
|
|
]
|
|
}
|