Skip to content

Commit

Permalink
* ns* stest
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Nov 17, 2024
1 parent 17c79e7 commit 6879174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/clojure/cljs/analyzer/spec_tests.clj
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@
(is (= :ns (:op node)))
(is (s/valid? ::a/node node))))

#_(deftest test-ns*
(deftest test-ns*
(let [node (no-warn
(binding [ana/*cljs-ns* 'cljs.user]
(analyze ns-env '(ns* foo '(:require [goog.string])))))]
(is (= :ns (:op node)))
(analyze ns-env '(ns* (:require '[goog.string])))))]
(is (= :ns* (:op node)))
(is (s/valid? ::a/node node))))

(deftest test-quote
Expand Down

0 comments on commit 6879174

Please sign in to comment.