Fix up most lints in src/test

This commit is contained in:
Gabriel Horner
2022-01-07 18:12:23 -05:00
committed by Tienson Qin
parent 6987e40c2e
commit 97632c8c25
7 changed files with 126 additions and 135 deletions

View File

@@ -1,13 +1,11 @@
(ns frontend.handler.export-test
;; namespace local config for private function tests
{:clj-kondo/config {:linters {:private-call {:level :off}}}}
(:require [cljs.test :refer [async deftest is testing use-fixtures are]]
(:require [cljs.test :refer [async deftest use-fixtures are]]
[frontend.handler.export :as export]
[frontend.db.config :refer [test-db] :as config]
[frontend.db.config :as config]
[frontend.handler.repo :as repo-handler]
[frontend.fixtures :as fixtures]
[frontend.state :as state]
[clojure.string :as string]
[promesa.core :as p]))
(def test-files