Compare commits

...

1 commit

Author SHA1 Message Date
Jonathan Neal
5bc0b3655d Remove --parallel from astro test 2022-01-25 10:05:18 -05:00

View file

@ -53,7 +53,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\"", "dev": "astro-scripts dev \"src/**/*.ts\"",
"postbuild": "astro-scripts copy \"src/**/*.astro\"", "postbuild": "astro-scripts copy \"src/**/*.astro\"",
"benchmark": "node test/benchmark/dev.bench.js && node test/benchmark/build.bench.js", "benchmark": "node test/benchmark/dev.bench.js && node test/benchmark/build.bench.js",
"test": "mocha --parallel --timeout 15000 --ignore **/lit-element.test.js && mocha **/lit-element.test.js" "test": "mocha --timeout 15000 --ignore **/lit-element.test.js && mocha **/lit-element.test.js"
}, },
"dependencies": { "dependencies": {
"@astrojs/compiler": "^0.9.2", "@astrojs/compiler": "^0.9.2",