Improve logging of provider unit tests

This commit is contained in:
mrjvs
2024-01-17 18:54:42 +01:00
parent 616c8a1e1b
commit 03a628ea34
2 changed files with 102 additions and 97 deletions

View File

@@ -38,7 +38,7 @@
"cli": "ts-node ./src/dev-cli/index.ts",
"test": "vitest run",
"test:watch": "vitest",
"test:providers": "cross-env MW_TEST_PROVIDERS=true vitest run",
"test:providers": "cross-env MW_TEST_PROVIDERS=true vitest run --reporter verbose",
"test:integration": "node ./tests/cjs && node ./tests/esm && node ./tests/browser",
"test:coverage": "vitest run --coverage",
"lint": "eslint --ext .ts,.js src/",