Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

Commit

Permalink
fix(tests): src contain correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkeley Martinez authored and Berkeley Martinez committed Dec 8, 2016
1 parent 6dd91fe commit ce6d828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/contain.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import test from 'ava';
import sinon from 'sinon';
import React from 'react';
import { shallow } from 'enzyme';
import { contain } from '../src';
import contain from '../src/contain.js';

test('contain', t => {
t.is(
Expand Down

0 comments on commit ce6d828

Please sign in to comment.