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

fix test

parent 5d5b8c13
language: node_js
node_js:
- "0.11"
- "0.10"
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "5.1"
- "4"
- "5"
- "iojs"
\ No newline at end of file
- "7"
- "8"
\ No newline at end of file
......@@ -5,7 +5,7 @@ var commands = require('./command');
//base context
var Context = function (stream, loggerOptions) {
var Context = function (stream, loggerOptions = {}) {
EventEmitter.call(this);
function consoleDecorator(arrow, data){
......
......@@ -9,7 +9,7 @@
},
"main": "lib/",
"scripts": {
"test": "mocha -R tap"
"test": "mocha -R tap --exit"
},
"engines": {
"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