Merge branch 'develop' of github.com:simon-brooke/adl-support into develop
This commit is contained in:
commit
bcee255907
5 changed files with 21 additions and 21 deletions
|
|
@ -4,6 +4,13 @@
|
|||
|
||||
;; Yes, there's MASSES in utils which ought to be tested. I'll add more tests over time.
|
||||
|
||||
(deftest singularise-tests
|
||||
(testing "Singularise"
|
||||
(is (= "address" (singularise "addresses")))
|
||||
(is (= "address" (singularise "address")))
|
||||
(is (= "expertise" (singularise "expertise")))))
|
||||
|
||||
|
||||
(deftest child-with-tag-tests
|
||||
(testing "child-with-tag"
|
||||
(let [expected {:tag :prompt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue