Fix dependabot issues
This commit is contained in:
parent
c89d9bd8b0
commit
531c6ba7c8
705 changed files with 53406 additions and 20466 deletions
9
node_modules/ava/plugin.js
generated
vendored
Normal file
9
node_modules/ava/plugin.js
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
const path = require('path');
|
||||
|
||||
// Ensure the same AVA install is loaded by the test file as by the test worker
|
||||
if (process.env.AVA_PATH && process.env.AVA_PATH !== __dirname) {
|
||||
module.exports = require(path.join(process.env.AVA_PATH, 'plugin'));
|
||||
} else {
|
||||
module.exports = require('./lib/worker/plugin');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue