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__/EditUser.test.js | |
| parent | f02a5dc73ac4a14c1d641a6ddbfcd2f1bd2ea0b5 (diff) | |
remove mockMang
Diffstat (limited to 'frontend/__tests__/EditUser.test.js')
| -rw-r--r-- | frontend/__tests__/EditUser.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/__tests__/EditUser.test.js b/frontend/__tests__/EditUser.test.js index c68267f..7734a4a 100644 --- a/frontend/__tests__/EditUser.test.js +++ b/frontend/__tests__/EditUser.test.js @@ -2,7 +2,7 @@ import React from 'react'; import { shallow } from 'enzyme'; import toJSON from 'enzyme-to-json'; import EditUser from '../components/EditUser'; -import { mountWithApollo } from './mockMang'; +import { mountWithApollo } from './testUtils'; import wait from 'waait'; const currentUser = { |
