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:
parent
3e0b0ee069
commit
55cfe10fd8
1 changed files with 4 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue