summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonathan Neal <jonathantneal@hotmail.com> 2022-01-25 09:21:14 -0500
committerGravatar GitHub <noreply@github.com> 2022-01-25 09:21:14 -0500
commit9a0c76a4a55cdc7c3616efdfccb1342f47794736 (patch)
treec0b635f8aff0c38fee49c438066c95e296628ff4
parentee28c43e5c49dd4220cc98770470b89a64c1d7a0 (diff)
downloadastro-9a0c76a4a55cdc7c3616efdfccb1342f47794736.tar.gz
astro-9a0c76a4a55cdc7c3616efdfccb1342f47794736.tar.zst
astro-9a0c76a4a55cdc7c3616efdfccb1342f47794736.zip
run lit test separately to prevent error (#2446)
* Run strict tests * run tests as before without `lit-element.test.js` * update tests to run lit-element separately * restore parallel run
-rw-r--r--packages/astro/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 1fba9dcbc..19a1e5bc7 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -53,7 +53,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\"",
"postbuild": "astro-scripts copy \"src/**/*.astro\"",
"benchmark": "node test/benchmark/dev.bench.js && node test/benchmark/build.bench.js",
- "test": "mocha --parallel --timeout 15000"
+ "test": "mocha --parallel --timeout 15000 --ignore **/lit-element.test.js && mocha **/lit-element.test.js"
},
"dependencies": {
"@astrojs/compiler": "^0.9.2",