mirror of
https://github.com/sstent/alex_app1.git
synced 2026-01-26 17:12:37 +00:00
lots of work so far-- mostly tidying
This commit is contained in:
8
node_modules/formidable/node-gently/test/common.js
generated
vendored
Normal file
8
node_modules/formidable/node-gently/test/common.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
var path = require('path')
|
||||
, sys = require('sys');
|
||||
|
||||
require.paths.unshift(path.dirname(__dirname)+'/lib');
|
||||
|
||||
global.puts = sys.puts;
|
||||
global.p = function() {sys.error(sys.inspect.apply(null, arguments))};;
|
||||
global.assert = require('assert');
|
||||
Reference in New Issue
Block a user