fix: test commands

This commit is contained in:
lowlighter
2022-01-27 12:32:00 -05:00
parent dacbaef1a9
commit e53361de9e
2 changed files with 6 additions and 4 deletions

View File

@@ -5,8 +5,10 @@
"main": "index.mjs",
"scripts": {
"start": "node source/app/web/index.mjs",
"test": "jest --runInBand --testPathIgnorePatterns presets.test.js",
"test-presets": "jest --runInBand presets.test.js",
"test": "jest --runInBand",
"test-contrib": "jest --runInBand ci.test.js --noStackTrace",
"test-presets": "jest --runInBand presets.test.js --noStackTrace",
"test-metrics": "jest --runInBand metrics.test.js",
"build": "node .github/scripts/build.mjs",
"presets": "node .github/scripts/presets_examples.mjs",
"quickstart": "node .github/scripts/quickstart/index.mjs",