Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGriffiths committed Aug 13, 2019
1 parent 671cc1a commit e0662a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/logging.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import stream from 'stream'
import test from 'ava'
import {createConsole} from '..'
import chalk from 'chalk'
import {createConsole} from '..'

const StreamProxy = new stream.PassThrough()
StreamProxy.setEncoding('utf8')
Expand Down
2 changes: 1 addition & 1 deletion test/module.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import stream from 'stream'
import test from 'ava'
import {createConsole, getVersion, Verbosity} from '..'
import pkg from '../package'
import {createConsole, getVersion, Verbosity} from '..'

const StreamProxy = new stream.PassThrough()
StreamProxy.setEncoding('utf8')
Expand Down

0 comments on commit e0662a5

Please sign in to comment.