Upgrade Ava to v4
This commit is contained in:
parent
9a40cc5274
commit
ce89f1b611
1153 changed files with 27264 additions and 95308 deletions
4
node_modules/yargs/index.mjs
generated
vendored
4
node_modules/yargs/index.mjs
generated
vendored
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Bootstraps yargs for ESM:
|
||||
import esmPlatformShim from './lib/platform-shims/esm.mjs';
|
||||
import {YargsWithShim} from './build/lib/yargs-factory.js';
|
||||
import {YargsFactory} from './build/lib/yargs-factory.js';
|
||||
|
||||
const Yargs = YargsWithShim(esmPlatformShim);
|
||||
const Yargs = YargsFactory(esmPlatformShim);
|
||||
export default Yargs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue