]> gerrit.simantics Code Review - simantics/district.git/blob - node_modules/retry/test/common.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / node_modules / retry / test / common.js
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');