Skip to content

Commit

Permalink
Use Baldr from git
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 26, 2024
1 parent 1536260 commit a08ee6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 91 deletions.
4 changes: 3 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
cjohansen/gadget-inspector {:mvn/version "0.2023.04.12"}
com.cognitect/transit-cljs {:mvn/version "0.8.280"}
metosin/reitit {:mvn/version "0.7.2"}
binaryage/devtools {:mvn/version "0.9.10"}}}
binaryage/devtools {:mvn/version "0.9.10"}
pez/baldr {:git/url "https://github.com/PEZ/baldr"
:git/sha "5919703a3d9a9c09e10d75e6c792326406eb8994"}}}
89 changes: 0 additions & 89 deletions test/pez/baldr.cljc

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Dummy file to make the test runner use the baldr test reporting
(ns pez.baldr-test
(ns pez.baldr-dummy-test
#_{:clj-kondo/ignore [:unused-namespace]}
(:require [pez.baldr :as sut]))

0 comments on commit a08ee6f

Please sign in to comment.