Created
December 4, 2018 23:25
-
-
Save mfikes/814402fb3eeaec8a6a5500059c94061a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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