mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Update lockfile, fix test reporting, throwOnError on yarn start
test page (#1798)
* Update lockfile * Fix test reporting * Set throwOnError on `yarn start` test page
This commit is contained in:
committed by
Kevin Barabash
parent
f10de9617e
commit
45a58f8d30
@@ -14,7 +14,7 @@ function init() {
|
||||
input.addEventListener("input", reprocess, false);
|
||||
permalink.addEventListener("click", setSearch);
|
||||
|
||||
const options = {displayMode: true, throwOnError: false};
|
||||
const options = {displayMode: true, throwOnError: true};
|
||||
const macros = {};
|
||||
const query = queryString.parse(window.location.search);
|
||||
|
||||
|
Reference in New Issue
Block a user