source:
trip-planner-front/node_modules/retry/test/common.js@
84d0fbb
Last change on this file since 84d0fbb was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 208 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | var common = module.exports; |
2 | var path = require('path'); | |
3 | ||
4 | var rootDir = path.join(__dirname, '..'); | |
5 | common.dir = { | |
6 | lib: rootDir + '/lib' | |
7 | }; | |
8 | ||
9 | common.assert = require('assert'); | |
10 | common.fake = require('fake'); |
Note:
See TracBrowser
for help on using the repository browser.