Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Dec 22, 2017
1 parent 2387925 commit 3e141c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React from 'react';
import { mount } from 'enzyme';
import sinon from 'sinon';
import { test } from 'tap';
import Checkbox from '../src';
import '../setupTests';
import Checkbox from '../src';

test('<Checkbox />', (t) => {
const wrapper = mount(<Checkbox />);
Expand Down

0 comments on commit 3e141c6

Please sign in to comment.