0
Fork 0
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:
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", "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",

View file

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