This commit is contained in:
Sam Ritchie 2023-01-21 12:56:08 -07:00
Родитель 65a920eaa5
Коммит 1ba49c191c
2 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -2,9 +2,7 @@
;; Licensed under the MIT License.
(ns same.core-test
(:require [clojure.test :refer [deftest is testing]]
#?(:clj [same.core :refer [ish? zeroish? not-zeroish? set-comparator! with-comparator]]
:cljs [same.core :refer [ish? zeroish? not-zeroish? set-comparator!]
:refer-macros [with-comparator]])
[same.core :refer [ish? zeroish? not-zeroish? set-comparator! with-comparator]]
[same.ish :as ish]
[same.platform :as p]
[same.test-helpers :refer [about infinity #?@(:clj [java-map java-set])]]))

Просмотреть файл

@ -3,9 +3,7 @@
(ns same-test
"Deprecated in favor of same.core-test."
(:require [clojure.test :refer [deftest is testing]]
#?(:clj [same :refer [ish? zeroish? not-zeroish? set-comparator! with-comparator]]
:cljs [same :refer [ish? zeroish? not-zeroish? set-comparator!]
:refer-macros [with-comparator]])
[same :refer [ish? zeroish? not-zeroish? set-comparator! with-comparator]]
[same.ish :as ish]
[same.platform :as p]
[same.test-helpers :refer [about infinity #?@(:clj [java-map java-set])]]))