UNPKG

208 BJavaScriptView Raw
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');
\No newline at end of file