Created
December 28, 2019 17:28
-
-
Save darkleaf/2f7c21afd91e789a36bff1fd2e04a66e 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
;; (t/deftest x1 | |
;; (let [f (fn [a b] | |
;; (js/setTimeout a 0))] | |
;; (t/async done | |
;; (let [x (fn [] | |
;; (t/is (= 1 1)) | |
;; (done) | |
;; (prn :foo))] | |
;; (f x x))))) | |
;; (t/deftest x2 | |
;; (let [f (fn [a b] | |
;; (js/setTimeout a 0))] | |
;; (t/async done | |
;; (let [x (fn [] | |
;; (t/is (= 1 1)) | |
;; (done) | |
;; (prn :foo))] | |
;; (f x x))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment