mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user