Skip to content

Instantly share code, notes, and snippets.

@mfikes
Created December 4, 2018 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfikes/814402fb3eeaec8a6a5500059c94061a to your computer and use it in GitHub Desktop.
Save mfikes/814402fb3eeaec8a6a5500059c94061a to your computer and use it in GitHub Desktop.
Testing with Node
Testing self-host.test
FAIL in (test-CLJS-1612) (core-self-test.js:942:362)
core macros under syntax quote
expected: (nil? error)
actual: (not (nil? #error {:message "Could not eval ", :data {:tag :cljs/analysis-error}, :cause #error {:message "0 is not ISeqable at line 1 ", :data {:file nil, :line 1, :column 5, :tag :cljs/analysis-error}, :cause #object[Error Error: 0 is not ISeqable]}}))
FAIL in (test-CLJS-1612) (core-self-test.js:942:362)
core macros under syntax quote
expected: (= expected value)
actual: (not (= 17 nil))
WARNING: double already refers to: cljs.core/double being replaced by: cljs.user/double at line 1
Ran 39 tests containing 218 assertions.
2 failures, 0 errors.
x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment