Skip to content

Commit

Permalink
style: Clean up tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Sep 1, 2016
1 parent 6897e8f commit e842622
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions test/indexr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit e842622

Please sign in to comment.