summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/promzard/test/simple.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/promzard/test/simple.js')
-rw-r--r--deps/npm/node_modules/promzard/test/simple.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/node_modules/promzard/test/simple.js b/deps/npm/node_modules/promzard/test/simple.js
index bcf8791113..034a86475a 100644
--- a/deps/npm/node_modules/promzard/test/simple.js
+++ b/deps/npm/node_modules/promzard/test/simple.js
@@ -3,7 +3,7 @@ var promzard = require('../');
test('simple', function (t) {
t.plan(1);
-
+
var ctx = { tmpdir : '/tmp' }
var file = __dirname + '/simple.input';
promzard(file, ctx, function (err, output) {
@@ -19,11 +19,11 @@ test('simple', function (t) {
output
);
});
-
+
setTimeout(function () {
process.stdin.emit('data', '\n');
}, 100);
-
+
setTimeout(function () {
process.stdin.emit('data', '55\n');
}, 200);