Skip to content

Commit

Permalink
Fix test (import as default)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sloop committed Oct 17, 2017
1 parent ce0475b commit 4e8186a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index_test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const React = require('react')
const MediaQuery = require('index')
const MediaQuery = require('index').default
const mm = { default: require('matchmediaquery') }
const assert = require('chai').assert
const sinon = require('sinon')
Expand Down

0 comments on commit 4e8186a

Please sign in to comment.