mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix: export tests
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user