Skip to content

Commit

Permalink
[test] Fix absolute path in createShallow
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 25, 2017
1 parent a0b4691 commit 444c603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-utils/createShallow.js
Expand Up @@ -4,7 +4,7 @@ import { create } from 'jss';
import jssPreset from 'jss-preset-default';
import { createStyleManager } from 'jss-theme-reactor';
import { shallow as enzymeShallow } from 'enzyme';
import { createMuiTheme } from 'src/styles/theme';
import { createMuiTheme } from '../styles/theme';

export default function createShallow(
shallow = enzymeShallow,
Expand Down

0 comments on commit 444c603

Please sign in to comment.