From e0662a56aec23748b98eecc3c355a162187fc8d5 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Tue, 13 Aug 2019 13:45:41 +0100 Subject: [PATCH] Fix tests --- test/logging.js | 2 +- test/module.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')