We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da21cc commit 31e04f4Copy full SHA for 31e04f4
src/test/clojure/cljs/compiler_tests.clj
@@ -376,7 +376,7 @@
376
(is (re-find #"window__\$1" code)))))
377
378
(deftest test-externs-infer-is-nan
379
- (testing "Let binding which use JS global names should get shadowed"
+ (testing "Not calls to truth_ if (.isNaN js/Number ...) is used as a test"
380
(let [code (env/with-compiler-env (env/default-compiler-env)
381
(compile-form-seq
382
'[(if (.isNaN js/Number 1) true false)]))]
0 commit comments