mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
📎 Add tests to shadow-cljs.edn source paths list.
This commit is contained in:
parent
e9cbfbe7f8
commit
715900d0ef
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
:jvm-opts ["-Xmx700m" "-Xms100m" "-XX:+UseSerialGC"]
|
||||
:dev-http {8888 "classpath:public"}
|
||||
|
||||
:source-paths ["src", "vendor", "resources", "../common"]
|
||||
:source-paths ["src", "vendor", "resources", "../common", "tests"]
|
||||
:dependencies
|
||||
[[binaryage/devtools "RELEASE"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue