mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 22:49:30 +00:00
wip
This commit is contained in:
parent
e674705425
commit
87ae2e0012
@ -0,0 +1,32 @@
|
|||||||
|
;; This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
;; License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
;; file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
;;
|
||||||
|
;; Copyright (c) KALEIDOS SUBSIDIARY SL
|
||||||
|
|
||||||
|
(ns frontend-tests.tokens.logic.token-libraries-test
|
||||||
|
(:require
|
||||||
|
[app.common.test-helpers.compositions :as ctho]
|
||||||
|
[app.common.test-helpers.files :as cthf]
|
||||||
|
[app.common.test-helpers.ids-map :as cthi]
|
||||||
|
[app.common.test-helpers.shapes :as cths]
|
||||||
|
[app.common.test-helpers.tokens :as ctht]
|
||||||
|
[app.common.types.text :as txt]
|
||||||
|
[app.common.types.tokens-lib :as ctob]
|
||||||
|
[app.common.types.tokens-status :as ctos]
|
||||||
|
[app.main.data.workspace.tokens.application :as dwta]
|
||||||
|
[app.main.data.workspace.tokens.library-edit :as dwtl]
|
||||||
|
[app.main.data.workspace.wasm-text :as dwwt]
|
||||||
|
[cljs.test :as t :include-macros true]
|
||||||
|
[cuerdas.core :as str]
|
||||||
|
[frontend-tests.helpers.pages :as thp]
|
||||||
|
[frontend-tests.helpers.state :as ths]
|
||||||
|
[frontend-tests.helpers.wasm :as thw]
|
||||||
|
[frontend-tests.tokens.helpers.state :as tohs]
|
||||||
|
[frontend-tests.tokens.helpers.tokens :as toht]))
|
||||||
|
|
||||||
|
(t/use-fixtures :each
|
||||||
|
{:before (fn []
|
||||||
|
(thp/reset-idmap!)
|
||||||
|
(thw/setup-wasm-mocks!))
|
||||||
|
:after thw/teardown-wasm-mocks!})
|
||||||
Loading…
x
Reference in New Issue
Block a user