mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Fix match-at flow errors (#847)
Upgrade match-at and flow versions to resolve the match-at flow errors, allowing us to remove match-at from the .flowconfig ignore Test plan: run `jest` and get the following output: PASS test/unicode-spec.js PASS test/errors-spec.js PASS test/mathml-spec.js PASS test/katex-spec.js (5.104s) run `flow` and get: No errors!
This commit is contained in:
committed by
Kevin Barabash
parent
e71c7d4b81
commit
feef4107df
@@ -1,6 +1,5 @@
|
||||
[ignore]
|
||||
<PROJECT_ROOT>/build
|
||||
<PROJECT_ROOT>/node_modules/match-at
|
||||
|
||||
[include]
|
||||
|
||||
|
Reference in New Issue
Block a user