summaryrefslogtreecommitdiffstats
path: root/frontend/__tests__/CreateItem.test.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-15 11:48:19 -0400
committerWes Bos <wesbos@gmail.com>2018-05-15 11:48:19 -0400
commitc0752fa731a0f028a93cce948043044fe56b57d6 (patch)
tree66326fc4756ef5a92bbc3047b0a02a261157c365 /frontend/__tests__/CreateItem.test.js
parentfc43594e43cdcba82930c788012d0e7ad7110ccd (diff)
migrate to graphql
Diffstat (limited to 'frontend/__tests__/CreateItem.test.js')
-rw-r--r--frontend/__tests__/CreateItem.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/__tests__/CreateItem.test.js b/frontend/__tests__/CreateItem.test.js
index 37e5121..a2fcb90 100644
--- a/frontend/__tests__/CreateItem.test.js
+++ b/frontend/__tests__/CreateItem.test.js
@@ -6,7 +6,7 @@ import { MockedProvider } from 'react-apollo/test-utils';
import CreateItem from '../components/CreateItem';
import wait from 'waait';
import { fakeItem } from '../lib/testUtils';
-import { CREATE_ITEM_MUTATION } from '../queries/queries';
+import { CREATE_ITEM_MUTATION } from '../queries/queries.graphql';
const dogImage = 'https://dog.com/dog.jpg';