update
This commit is contained in:
10
package/node_modules/retry/test/common.js
generated
vendored
Normal file
10
package/node_modules/retry/test/common.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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');
|
Reference in New Issue
Block a user