mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
* 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
10 lines
210 B
JavaScript
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,
|
|
}
|