refactor: remove test code

This commit is contained in:
Stefan Rotsch
2023-06-28 16:56:50 +02:00
committed by Stefan Rotsch
parent 0d2265c57e
commit dd9ce8ed77
2 changed files with 0 additions and 3 deletions

View File

@@ -86,7 +86,6 @@ var createStaticFiles = function () { return __awaiter(void 0, void 0, void 0, f
jsdom_1.JSDOM.fromFile(targetPath).then(function (dom) {
var document = dom.window.document;
var rootEl = document.getElementById("root");
document.title = "test";
(0, config_1.setTitle)(document, item.title);
if (rootEl) {
var textNode = document.createElement("div");