Skip to content

Commit

Permalink
fix: eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jun 17, 2018
1 parent 884bd47 commit d7a0f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nightingale-html-formatter/src/index.test.ts
@@ -1,5 +1,5 @@
import Level from 'nightingale-levels';
import format, { style } from './';
import format, { style } from '.';

test('blue bold color', () => {
expect(style(['blue', 'bold'], 'test')).toBe(
Expand Down

0 comments on commit d7a0f9c

Please sign in to comment.