Skip to content

Commit 09d3220

Browse files
committed
whitespace, add TODO for simpler first test
1 parent 8365848 commit 09d3220

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/test/clojure/cljs/externs_infer_tests.clj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,15 +377,16 @@
377377
(infer-test-helper
378378
{:forms '[(ns test.foo
379379
(:import [goog.history Html5History]))
380-
381380
(set! *warn-on-infer* true)
382-
383381
(doto (Html5History.)
384382
(.setUseFragment false))]
385383
:warnings ws
386384
:warn true
387385
:with-core? true}))]
388-
(is (empty? @ws))))
386+
(is (empty? @ws))
387+
;; TODO:
388+
;; test that the ctor returns the expected type in a let
389+
))
389390

390391
(comment
391392
(binding [ana/*cljs-ns* ana/*cljs-ns*]

0 commit comments

Comments
 (0)