Skip to content

Commit 7989a97

Browse files
committed
remove tests
1 parent d7529a8 commit 7989a97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

demo/reagentdemo/dev.cljs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
(ns reagentdemo.dev
22
"Initializes the demo app, and runs the tests."
3-
(:require [reagentdemo.core :as core]
4-
[reagenttest.runtests :as tests]))
3+
(:require [reagentdemo.core :as core]))
54

65
(defn init! []
7-
(core/init! (tests/init!)))
6+
(core/init!))
87

98
(init!)

0 commit comments

Comments
 (0)