Skip to content

Commit

Permalink
fix(typography): fix typography test.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stasson committed Nov 8, 2017
1 parent 6742194 commit f91e121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/typography/test.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { pluginSanityCheck } from '../test-utils'
import * as plugin from './index.js';
import plugin from './index.js';

pluginSanityCheck(__dirname, plugin)
pluginSanityCheck(__dirname, plugin.components)

0 comments on commit f91e121

Please sign in to comment.