Skip to content

Commit

Permalink
WIP gh-14
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony D'Ambrosio committed Jan 6, 2017
1 parent ea993e4 commit 6c350e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/untangled_spec/dom/edn_renderer_spec.cljs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(ns untangled-spec.dom.edn-renderer-spec
(:require
[untangled-spec.dom.edn-renderer :as ednr]
[untangled-spec.core :refer [specification behavior assertions]]))

(specification "html-edn"
(behavior "gh-14 -> no react warnings about not a plain object"
))

0 comments on commit 6c350e2

Please sign in to comment.