federation/gateway/node_modules/retry/test/common.js
2020-11-14 16:43:58 +01:00

10 lines
No EOL
208 B
JavaScript

var common = module.exports;
var path = require('path');
var rootDir = path.join(__dirname, '..');
common.dir = {
lib: rootDir + '/lib'
};
common.assert = require('assert');
common.fake = require('fake');