fix: export tests

This commit is contained in:
Tienson Qin
2025-12-30 00:34:02 +08:00
parent bdb6e02182
commit 74d136e49c
2 changed files with 5 additions and 2 deletions

View File

@@ -749,7 +749,11 @@
{:file/path "logseq/custom.css"
:file/content ".foo {background-color: blue}"}
{:file/path "logseq/custom.js"
:file/content "// comment"}]
:file/content "// comment"}
{:file/path "logseq/publish.css"
:file/content ""}
{:file/path "logseq/publish.js"
:file/content ""}]
:build-existing-tx? true}]
original-data))

View File

@@ -6,7 +6,6 @@
[frontend.db :as db]
[frontend.db.model :as db-model]
[frontend.fs :as fs]
[frontend.handler.db-based.editor :as db-editor-handler]
[frontend.handler.notification :as notification]
[frontend.handler.property :as property-handler]
[frontend.handler.user :as user-handler]