0
Fork 0
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:
Florian Schroedl 2024-07-04 15:29:42 +02:00
parent 785961f7c6
commit 828e3a719f
2 changed files with 2 additions and 4 deletions

View file

@ -5,9 +5,7 @@
"author": "Kaleidos INC",
"private": true,
"packageManager": "yarn@4.2.2",
"browserslist": [
"defaults"
],
"browserslist": ["defaults"],
"type": "module",
"repository": {
"type": "git",

View file

@ -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