summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/request/node_modules/form-data/node_modules/combined-stream/test/common.js
blob: aa9ab3a60b1c43d25bb3a6e20444a1002520d919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
var common = module.exports;

var path = require('path');
var root = path.join(__dirname, '..');

common.dir = {
  fixture: root + '/test/fixture',
  tmp: root + '/test/tmp',
};

common.CombinedStream = require(root);
common.assert = require('assert');