wallet-core/node_modules/ava/index.js
2017-08-14 05:02:09 +02:00

9 lines
262 B
JavaScript

'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/main');
}