Files
discordeno/deno.json
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

7 lines
157 B
JSON

{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"nodeModulesDir": "manual",
"lock": false,
"unstable": ["sloppy-imports"]
}