Skip to content
This repository was archived by the owner on Nov 14, 2018. It is now read-only.
This repository was archived by the owner on Nov 14, 2018. It is now read-only.

Tests start warning after updating crisptrutski/boot-cljs-test to "0.3.0"  #6

@kentfredric

Description

@kentfredric

Its not fatal ( yet ), but its worth looking into.

The following change:

diff --git a/build.boot b/build.boot
index b604904..7061068 100644
--- a/build.boot
+++ b/build.boot
@@ -13,7 +13,7 @@
                   [org.clojure/clojurescript "1.9.518"          :scope "test"]
                   [adzerk/boot-cljs "2.0.0"                     :scope "test"]
                   [adzerk/boot-test "1.2.0"                     :scope "test"]
-                  [crisptrutski/boot-cljs-test "0.2.2"          :scope "test"]])
+                  [crisptrutski/boot-cljs-test "0.3.0"          :scope "test"]])
 
 (require '[adzerk.boot-cljs :refer [cljs]]
          '[adzerk.boot-test :as t]

Has this effect:

Adding: ([doo "0.1.7"]) to :dependencies

Testing irresponsible.oolong

Testing irresponsible.oolong.test.a

Testing irresponsible.oolong.test.b

Testing irresponsible.oolong.util

Testing irresponsible.oolong-test

Testing irresponsible.oolong-util-test

Ran 11 tests containing 37 assertions.
0 failures, 0 errors.
Compiling ClojureScript...
• cljs_test/generated_test_suite.js
WARNING: Use of undeclared Var cljs.test/test-var at line 42 test/irresponsible/oolong_test.cljc
WARNING: Use of undeclared Var cljs.test/do-report at line 47 test/irresponsible/oolong_test.cljc
WARNING: Use of undeclared Var cljs.test/do-report at line 47 test/irresponsible/oolong_test.cljc
WARNING: Use of undeclared Var cljs.test/do-report at line 47 test/irresponsible/oolong_test.cljc
WARNING: Use of undeclared Var cljs.test/test-var at line 48 test/irresponsible/oolong_test.cljc
WARNING: Use of undeclared Var cljs.test/do-report at line 51 test/irresponsible/oolong_test.cljc
WARNING: Use of undeclared Var cljs.test/do-report at line 51 test/irresponsible/oolong_test.cljc
WARNING: Use of undeclared Var cljs.test/do-report at line 51 test/irresponsible/oolong_test.cljc
WARNING: Use of undeclared Var cljs.test/do-report at line 52 test/irresponsible/oolong_test.cljc
WARNING: Use of undeclared Var cljs.test/do-report at line 52 test/irresponsible/oolong_test.cljc
WARNING: Use of undeclared Var cljs.test/do-report at line 52 test/irresponsible/oolong_test.cljc

;; ======================================================================
;; Testing with Phantom:


Testing irresponsible.oolong-util-test

Testing irresponsible.oolong-test

Ran 10 tests containing 35 assertions.
0 failures, 0 errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions