source: trip-planner-front/node_modules/retry/test/common.js@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 208 bytes
Line 
1var common = module.exports;
2var path = require('path');
3
4var rootDir = path.join(__dirname, '..');
5common.dir = {
6 lib: rootDir + '/lib'
7};
8
9common.assert = require('assert');
10common.fake = require('fake');
Note: See TracBrowser for help on using the repository browser.