Skip to content

Commit e0662a5

Browse files
committedAug 13, 2019
Fix tests
1 parent 671cc1a commit e0662a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎test/logging.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import stream from 'stream'
22
import test from 'ava'
3-
import {createConsole} from '..'
43
import chalk from 'chalk'
4+
import {createConsole} from '..'
55

66
const StreamProxy = new stream.PassThrough()
77
StreamProxy.setEncoding('utf8')

‎test/module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import stream from 'stream'
22
import test from 'ava'
3-
import {createConsole, getVersion, Verbosity} from '..'
43
import pkg from '../package'
4+
import {createConsole, getVersion, Verbosity} from '..'
55

66
const StreamProxy = new stream.PassThrough()
77
StreamProxy.setEncoding('utf8')

0 commit comments

Comments
 (0)
Please sign in to comment.