Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vera-liu committed Feb 8, 2017
1 parent 043e58e commit 497f2de
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ import React from 'react';
import { expect } from 'chai';
import { describe, it } from 'mocha';
import { shallow } from 'enzyme';

import ExploreActionButtons from
'../../../../javascripts/explorev2/components/ExploreActionButtons';
'../../../../javascripts/explorev2/components/ExploreActionButtons';

describe('ExploreActionButtons', () => {
const defaultProps = {
Expand Down

0 comments on commit 497f2de

Please sign in to comment.