diff options
Diffstat (limited to 'frontend/__tests__/Cart.test.js')
| -rw-r--r-- | frontend/__tests__/Cart.test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/__tests__/Cart.test.js b/frontend/__tests__/Cart.test.js index c9c1fc3..0694a79 100644 --- a/frontend/__tests__/Cart.test.js +++ b/frontend/__tests__/Cart.test.js @@ -1,11 +1,11 @@ import React from 'react'; import { shallow, mount } from 'enzyme'; import toJSON from 'enzyme-to-json'; -import mountOptions from './mockMang'; +import mountOptions from './testUtils'; import wait from 'waait'; import Cart from '../components/Cart'; import { MockedProvider } from 'react-apollo/test-utils'; -import { fakeOrder } from './mockMang'; +import { fakeOrder } from './testUtils'; import { LOCAL_STATE_QUERY } from '../queries/queries'; const mocks = [ |
