This commit is contained in:
parent
fa2be029a2
commit
724d70e58b
3339 changed files with 1075535 additions and 0 deletions
10
frontend/node_modules/retry/test/common.js
generated
vendored
Normal file
10
frontend/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 a new issue