diff --git a/test/logging.js b/test/logging.js index e944708..88927d6 100644 --- a/test/logging.js +++ b/test/logging.js @@ -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') diff --git a/test/module.js b/test/module.js index fa0bca6..0131046 100644 --- a/test/module.js +++ b/test/module.js @@ -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')