mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +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:
6
.mocharc.cjs
Normal file
6
.mocharc.cjs
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
...require('./.mocharc.base.cjs'),
|
||||
require: 'ts-node/register',
|
||||
loader: 'ts-node/esm',
|
||||
'enable-source-maps': true,
|
||||
}
|
||||
Reference in New Issue
Block a user