Skip to content
This repository has been 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

Open
kentfredric opened this issue Apr 13, 2017 · 1 comment

Comments

@kentfredric
Copy link
Contributor

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.
kentfredric added a commit to kentfredric/oolong that referenced this issue Apr 13, 2017
Note: this creates warnings.

See jjl#6
@kentfredric
Copy link
Contributor Author

Hm, no, looks like I can make it happen sooner:

https://travis-ci.org/kentfredric/oolong/jobs/221582050#L209

Started happening after:

kentfredric@0a1f629

So it might be random. :/

kentfredric added a commit to kentfredric/oolong that referenced this issue Apr 13, 2017
Note: this creates warnings.

See jjl#6
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant