We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
honzabrecka/karma-reporter#18
Printing test failures with Records is currently broken, fipp 0.6.10 has fix for this:
LOG: 'ERROR: Exception outside tests:' LOG: 'ERROR: #object[Error Error: Assert failed: (symbol? tag)]' LOG: '' LOG: 'ERROR: Stacktrace:' LOG: 'ERROR: Error: Assert failed: (symbol? tag) at cljs$core$tagged_literal (http://localhost:9876/base/target/out/cljs/core.js:36975:8) at fipp$ednize$record__GT_tagged (http://localhost:9876/base/target/out/fipp/ednize.js:141:33) at fipp.edn.EdnPrinter.fipp$visit$IVisitor$visit_record$arity$2 (http://localhost:9876/base/target/out/fipp/edn.js:145:75) at fipp$visit$visit_record (http://localhost:9876/base/target/out/fipp/visit.js:316:14) at fipp$visit$visit_STAR_ (http://localhost:9876/base/target/out/fipp/visit.js:371:32) at fipp$visit$visit (http://localhost:9876/base/target/out/fipp/visit.js:412:31) at Function.fipp.edn.pprint.cljs$core$IFn$_invoke$arity$2 (http://localhost:9876/base/target/out/fipp/edn.js:412:67) at fipp$edn$pprint (http://localhost:9876/base/target/out/fipp/edn.js:393:24) at Function.fipp.clojure.pprint.cljs$core$IFn$_invoke$arity$2 (http://localhost:9876/base/target/out/fipp/clojure.js:526:24) at fipp$clojure$pprint (http://localhost:9876/base/target/out/fipp/clojure.js:512:28)' LOG: 'WARNING: doo's exit function was not properly set' LOG: '#object[TypeError TypeError: Cannot read property 'call' of null]' HeadlessChrome 0.0.0 (Linux 0.0.0): Executed 16 of 17 SUCCESS (0 secs / 0.163 secs)
The text was updated successfully, but these errors were encountered:
Thanks for the report! Should we update to the latest karma-reporter once that is out? Can you please ping us when it is?
Sorry, something went wrong.
@bensu @miikka Karma-reporter 3.1.0 is now available https://clojars.org/karma-reporter
7cb73bf
Thank you @Deraen !
No branches or pull requests
honzabrecka/karma-reporter#18
Printing test failures with Records is currently broken, fipp 0.6.10 has fix for this:
The text was updated successfully, but these errors were encountered: