mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
ci: Use mocha for both deno and bun (#4067)
* Use mocha for both deno and bun * Use any Bun 1.1 * remove build:type dependency in lib-check.yml * Pin point 1.1.42 * remove packages/bot/.mocharc.json
This commit is contained in:
+3
-5
@@ -14,7 +14,7 @@
|
||||
"outputs": ["coverage/**"]
|
||||
},
|
||||
"test:unit": {
|
||||
"dependsOn": ["^build", "build", "build:type"],
|
||||
"dependsOn": ["^build", "build"],
|
||||
"outputs": ["coverage/**"]
|
||||
},
|
||||
"test:integration": {
|
||||
@@ -25,12 +25,10 @@
|
||||
"dependsOn": ["^build:type"]
|
||||
},
|
||||
"test:deno-unit": {
|
||||
"dependsOn": ["^build", "build", "build:type"],
|
||||
"outputs": ["denoTestsDist/**"]
|
||||
"dependsOn": ["^build", "build"]
|
||||
},
|
||||
"test:bun-unit": {
|
||||
"dependsOn": ["^build", "build", "build:type"],
|
||||
"outputs": ["bunTestsDist/**"]
|
||||
"dependsOn": ["^build", "build"]
|
||||
},
|
||||
"test:e2e": {
|
||||
"dependsOn": ["^build"],
|
||||
|
||||
Reference in New Issue
Block a user