зеркало из https://github.com/microsoft/same-ish.git
update tess
This commit is contained in:
Родитель
65a920eaa5
Коммит
1ba49c191c
|
@ -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])]]))
|
||||
|
|
Загрузка…
Ссылка в новой задаче