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
14 lines
417 B
Diff
14 lines
417 B
Diff
diff --git a/lib/cli/cli.js b/lib/cli/cli.js
|
|
index 5a4c6b8d53e8a01eca68b6d9d03b0f11626e77c1..2be60285c6c855417af39fb4b28b7f2928783312 100644
|
|
--- a/lib/cli/cli.js
|
|
+++ b/lib/cli/cli.js
|
|
@@ -12,7 +12,7 @@
|
|
|
|
const debug = require('debug')('mocha:cli:cli');
|
|
const symbols = require('log-symbols');
|
|
-const yargs = require('yargs/yargs');
|
|
+const yargs = require('yargs');
|
|
const path = require('path');
|
|
const {
|
|
loadRc,
|