summaryrefslogtreecommitdiffstats
path: root/frontend/__tests__/Signup.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/__tests__/Signup.test.js')
-rw-r--r--frontend/__tests__/Signup.test.js2
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', {