0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -05:00

🐛 Fix fixtures loading.

This commit is contained in:
Andrey Antukh 2020-09-22 11:48:30 +02:00
parent 3e0b0ee069
commit 55cfe10fd8

View file

@ -76,17 +76,12 @@
mockery/mockery {:mvn/version "0.1.4"}}
:extra-paths ["tests"]}
:fn-run
{:fn app.main/run
:args {}}
:fn-media-loader
{:fn app.cli.media-loader/run
:args {}}
;; :fn-media-loader
;; {:exec-fn app.cli.media-loader/run
;; :args {}}
:fn-fixtures
{:fn app.cli.fixtures/run
{:exec-fn app.cli.fixtures/run
:args {}}
:lint