Files
wechatpay-enterprise-web/node_modules/retry/test/common.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

10 lines
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');