Compare commits

..

1 Commits

Author SHA1 Message Date
28d3828d6c feat: 많은 테스트...
All checks were successful
build / build (push) Successful in 48s
2026-04-02 13:25:32 -06:00
2 changed files with 1 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ in mkCljBin' {
];
nativeBuildInputs = [
babashka
breakpointHook
];
nativeCheckInputs = [
doerg-parser

View File

@@ -30,7 +30,7 @@
(defn test-db-fixture [f]
(let [db-file (-> publisher-cfg/*cfg* ::publisher/org-roam-db-path)]
(assert (->> db-file fs/canonicalize str
(re-matches #"^/(build|tmp)/"))
(re-matches #"^/(build|tmp)/.*"))
(format "i'm scared to delete a non-test database... %s"
(str db-file)))
(fs/delete-if-exists db-file)