Fix test util ns name

This commit is contained in:
Juho Teperi 2017-11-08 20:47:56 +02:00
parent f0650a69a5
commit 31a72ff5c4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
[reagent.core :as r]
[reagent.dom.server :as server]
[reagent.impl.util :as util]
[testreagent.utils :as u :refer [with-mounted-component found-in]]))
[reagenttest.utils :as u :refer [with-mounted-component found-in]]))
(def tests-done (atom {}))

View File

@ -1,4 +1,4 @@
(ns testreagent.utils
(ns reagenttest.utils
(:require [reagent.core :as r]))
(defn with-mounted-component [comp f]