replace jest with ava
This commit is contained in:
parent
27cc8b23fe
commit
0347b72305
11775 changed files with 84546 additions and 1440575 deletions
8
node_modules/ava/index.js
generated
vendored
Normal file
8
node_modules/ava/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
// 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(process.env.AVA_PATH);
|
||||
} else {
|
||||
module.exports = require('./lib/worker/main');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue