Skip to content

Commit

Permalink
[ft #[163518652]] fix useless import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
espoirMur committed Apr 29, 2019
1 parent d99f931 commit cdf1e2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/__tests__/__views__/Article.test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import "@babel/polyfill";
import React from "react";
import Enzyme, { mount } from "enzyme";
import { mount } from "enzyme";
import toJson from "enzyme-to-json";
import Adapter from "enzyme-adapter-react-16";
import {
Article,
mapStateToProps,
Expand Down

0 comments on commit cdf1e2c

Please sign in to comment.