mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 20:09:04 -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",
|
"author": "Kaleidos INC",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "yarn@4.2.2",
|
"packageManager": "yarn@4.2.2",
|
||||||
"browserslist": [
|
"browserslist": ["defaults"],
|
||||||
"defaults"
|
|
||||||
],
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -163,7 +163,7 @@
|
||||||
:output-to "target/tests-esm.cjs"
|
:output-to "target/tests-esm.cjs"
|
||||||
:output-dir "target/test-esm"
|
:output-dir "target/test-esm"
|
||||||
:ns-regexp "^token-tests.*-test$"
|
:ns-regexp "^token-tests.*-test$"
|
||||||
:autorun true
|
:autorun false
|
||||||
|
|
||||||
:compiler-options
|
:compiler-options
|
||||||
{:output-feature-set :es2020
|
{:output-feature-set :es2020
|
||||||
|
|
Loading…
Add table
Reference in a new issue