diff --git a/test/indexr.js b/test/indexr.js index 528113d..11b8621 100644 --- a/test/indexr.js +++ b/test/indexr.js @@ -14,23 +14,11 @@ import chokidar from 'chokidar'; import { resetLog, setLogLevel, logHistory, info } from '../lib/utils/logger'; import { paths, runCLI, fileExists } from './lib/utils'; +const { inputFolder, fractalFolder, outputFolder } = paths; -// TODO: Simplify some of these examples - -// don't log stuff we dont care setLogLevel('none'); -const { inputFolder, fractalFolder, outputFolder } = paths; - describe('indexr program', () => { - let sandbox; - beforeEach(() => { - sandbox = sinon.sandbox.create(); - }); - - afterEach(() => { - sandbox.restore(); - }); describe('logger', () => { it('should actually log stuff and print to console', () => {