diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-15 11:48:19 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-15 11:48:19 -0400 |
| commit | c0752fa731a0f028a93cce948043044fe56b57d6 (patch) | |
| tree | 66326fc4756ef5a92bbc3047b0a02a261157c365 /frontend/__tests__/Signup.test.js | |
| parent | fc43594e43cdcba82930c788012d0e7ad7110ccd (diff) | |
migrate to graphql
Diffstat (limited to 'frontend/__tests__/Signup.test.js')
| -rw-r--r-- | frontend/__tests__/Signup.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/__tests__/Signup.test.js b/frontend/__tests__/Signup.test.js index 8f475f7..018f9b9 100644 --- a/frontend/__tests__/Signup.test.js +++ b/frontend/__tests__/Signup.test.js @@ -5,7 +5,7 @@ import wait from 'waait'; import Signup from '../components/Signup'; import { MockedProvider } from 'react-apollo/test-utils'; import { LocalStorageMock, fakeItem, fakeUser, fakeCartItem } from '../lib/testUtils'; -import { SIGNUP_MUTATION, CURRENT_USER_QUERY } from '../queries/queries'; +import { SIGNUP_MUTATION, CURRENT_USER_QUERY } from '../queries/queries.graphql'; function type(wrapper, name, value) { wrapper.find(`input[name="${name}"]`).simulate('change', { |
