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:
ylemkimon
2018-12-24 08:46:25 +09:00
committed by Kevin Barabash
parent f10de9617e
commit 45a58f8d30
3 changed files with 111 additions and 73 deletions

View File

@@ -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);