mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: url e2e tests
This commit is contained in:
@@ -220,9 +220,7 @@
|
||||
|
||||
(defn- get-db-based-graphs-dir
|
||||
[]
|
||||
(let [dir (if utils/ci?
|
||||
(.resolve node-path js/__dirname "../tmp/graphs")
|
||||
(.join node-path (.homedir os) "logseq" "graphs"))]
|
||||
(let [dir (.join node-path (.homedir os) "logseq" "graphs")]
|
||||
(fs-extra/ensureDirSync dir)
|
||||
dir))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user