Skip to content

Commit

Permalink
Revert "[test] Temporary run regression tests with @material-ui/styles"
Browse files Browse the repository at this point in the history
This reverts commit 0e1a67a.

Could not figure out how to use next styles
  • Loading branch information
eps1lon committed Dec 13, 2018
1 parent 0e1a67a commit fc2be23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/utils/init.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { install as installNextStyles } from '@material-ui/styles';
import enzyme from 'enzyme/build/index';
import Adapter from 'enzyme-adapter-react-16';
import consoleError from './consoleError';

consoleError();

enzyme.configure({ adapter: new Adapter() });

installNextStyles();

0 comments on commit fc2be23

Please sign in to comment.