Skip to content

Commit

Permalink
Remove tests fn
Browse files Browse the repository at this point in the history
  • Loading branch information
luciodale committed Nov 30, 2019
1 parent 494abad commit e6f5f1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/core_test.cljs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns core-test
(:require
[aqua.utils :as utils]
[cljs.test :refer-macros [deftest is testing run-tests]]))
[cljs.test :refer-macros [deftest is testing]]))

(defn create-elements
([ids]
Expand Down Expand Up @@ -65,5 +65,3 @@
(is (every? #(= nodes-per-class
(count (second %)) nodes)))
(clean-up-dom {:classes classes}))))

(run-tests)

0 comments on commit e6f5f1b

Please sign in to comment.