Skip to content

Commit e555c38

Browse files
Revert changeto test import path
1 parent b4ae279 commit e555c38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/hoc/shallowWithTheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import renderer from 'react-test-renderer';
33

4-
import { crTheme } from '../../src/theme';
4+
import { crTheme } from '../../src/index';
55
import ThemeProvider from '../../src/theme/ThemeProvider';
66

77
export default function renderWithTheme(component) {

0 commit comments

Comments
 (0)