Files
discordeno/.mocharc.base.cjs
Fleny b0c1b9f795 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
2025-01-01 09:59:06 -08:00

10 lines
210 B
JavaScript

// This needs to be a different file as this is used for Deno and Bun
module.exports = {
recursive: true,
timeout: 2000,
'watch-extensions': 'ts',
'watch-files': ['src', 'tests'],
parallel: false,
}