test: Refactor mocha config & test scripts (#4664)

* Merge mocha config file

* Simplify scripts, remove coverage path fixing

Codecov is able to fix the coverage paths on its own

* Readd coveragePathFixing script

* Fix coverage path fix script
This commit is contained in:
Fleny
2026-01-07 20:51:26 +01:00
committed by GitHub
parent 011f0fe0dc
commit 8d90f28307
10 changed files with 85 additions and 75 deletions

View File

@@ -10,17 +10,16 @@
"scripts": {
"build": "turbo build",
"build:type": "turbo build:type",
"release-build": "turbo build build:type",
"build:doc": "typedoc --options ./typedoc.jsonc",
"build:watch": "turbo watch build build:type",
"release-build": "turbo build build:type",
"test:unit": "turbo test:unit",
"test:unit-coverage": "turbo test:unit-coverage",
"test:bun-unit": "turbo test:bun-unit",
"test:deno-unit": "turbo test:deno-unit",
"test:bun-unit": "turbo test:bun-unit",
"test:integration": "turbo test:integration",
"test:e2e": "turbo test:e2e",
"test:type": "turbo build:type",
"test:test-type": "turbo test:test-type",
"test:type": "turbo build:type",
"check": "turbo check",
"check:all": "biome check --write",
"postinstall": "husky"