You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again, I have another problem, using phantomjs:
With the same setup that in #58 but without :js-env option, I get
an error with no stack-trace nor info on where to look for
the test runner seem's to abort, I have half a dozen namespaces that do not show up.
Here's the output:
;; ======================================================================
;; Testing with Phantom:
Testing frontend.storage-test
Testing budb.cljs.firebase-store-test
DEBUG [frontend.firebase.core:36] - Loading Firebase with {:apiKey "...", :authDomain "....", :databaseURL "....", :storageBucket "...", :messagingSenderId "..."}
Error: No protocol method IDeref.-deref defined for type null:
phantomjs://code/phantom8974099379113651456.js:81 in onError
Compiling ClojureScript...
• cljs_test/generated_test_suite.js
WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: clojure.tools.analyzer.utils, being replaced by: #'clojure.tools.analyzer.utils/boolean?
WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: clojure.tools.analyzer, being replaced by: #'clojure.tools.analyzer.utils/boolean?
WARNING: -dissoc already refers to: cljs.core/-dissoc being replaced by: konserve.protocols/-dissoc at line 3 /Users/laurent/.boot/cache/tmp/Users/laurent/dev/proj/proj-frontend/re3/-lhed9a/cljs_test/generated_test_suite.out/konserve/protocols.cljc
Compiling {sass}... 17 changed files.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Elapsed time: 92.873 sec
I rely a lot on core.async and async tests, could this be an issue?
Thanks again for taking a look,
The text was updated successfully, but these errors were encountered:
Hi again, I have another problem, using phantomjs:
With the same setup that in #58 but without
:js-env
option, I getHere's the output:
I rely a lot on core.async and async tests, could this be an issue?
Thanks again for taking a look,
The text was updated successfully, but these errors were encountered: