Преглед изворни кода

Remove commented-out debug code from test file

Co-authored-by: xyhp915 <[email protected]>
copilot-swe-agent[bot] пре 4 недеља
родитељ
комит
26399ed285
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/test/logseq/api_db_based_test.cljs

+ 0 - 2
src/test/logseq/api_db_based_test.cljs

@@ -50,5 +50,3 @@
     
     (let [result (db-based-api/get-tags-by-name "RegularPage")]
       (is (nil? result) "Should not return regular pages, only tags"))))
-
-#_(cljs.test/run-tests)