Commit 2c0f8cc2 authored by Sergey Dmitriev's avatar Sergey Dmitriev

fix test

parent 5d5b8c13
language: node_js language: node_js
node_js: node_js:
- "0.11" - "7"
- "0.10" - "8"
- "4.0" \ No newline at end of file
- "4.1"
- "4.2"
- "5.0"
- "5.1"
- "4"
- "5"
- "iojs"
\ No newline at end of file
...@@ -5,7 +5,7 @@ var commands = require('./command'); ...@@ -5,7 +5,7 @@ var commands = require('./command');
//base context //base context
var Context = function (stream, loggerOptions) { var Context = function (stream, loggerOptions = {}) {
EventEmitter.call(this); EventEmitter.call(this);
function consoleDecorator(arrow, data){ function consoleDecorator(arrow, data){
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
}, },
"main": "lib/", "main": "lib/",
"scripts": { "scripts": {
"test": "mocha -R tap" "test": "mocha -R tap --exit"
}, },
"engines": { "engines": {
"node": ">=0.8.0" "node": ">=0.8.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment