Some fix according to lint

This commit is contained in:
Junyi Du
2021-11-18 19:23:15 +08:00
committed by Tienson Qin
parent 0245da0a5a
commit daae4932ad
18 changed files with 20 additions and 18 deletions

View File

@@ -1,4 +1,6 @@
(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]]
[frontend.handler.export :as export]
[frontend.db.config :refer [test-db] :as config]