mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Disable running tests from shadow-cljs directly
This commit is contained in:
parent
785961f7c6
commit
828e3a719f
2 changed files with 2 additions and 4 deletions
|
@ -5,9 +5,7 @@
|
|||
"author": "Kaleidos INC",
|
||||
"private": true,
|
||||
"packageManager": "yarn@4.2.2",
|
||||
"browserslist": [
|
||||
"defaults"
|
||||
],
|
||||
"browserslist": ["defaults"],
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
:output-to "target/tests-esm.cjs"
|
||||
:output-dir "target/test-esm"
|
||||
:ns-regexp "^token-tests.*-test$"
|
||||
:autorun true
|
||||
:autorun false
|
||||
|
||||
:compiler-options
|
||||
{:output-feature-set :es2020
|
||||
|
|
Loading…
Add table
Reference in a new issue