diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-02 14:51:36 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-02 14:51:36 -0400 |
| commit | 6a83ac97ba191e1169aca4a662825bc52624cf12 (patch) | |
| tree | 19052e4591265d74b63fcca8a3b667b18ae4984c /frontend/__tests__/Cart.test.js | |
| parent | f02a5dc73ac4a14c1d641a6ddbfcd2f1bd2ea0b5 (diff) | |
remove mockMang
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 = [ |
