aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/request/node_modules/form-data/test/common.js
blob: 8a26482e1ea8f469344c4881733b966af84a976c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
var common = module.exports;
var path = require('path');

var rootDir = path.join(__dirname, '..');
common.dir = {
  lib: rootDir + '/lib',
  fixture: rootDir + '/test/fixture',
  tmp: rootDir + '/test/tmp',
};

common.assert = require('assert');
common.fake = require('fake');

common.port = 8432;