From 072eca0e5038a7755ca9b2c94dfe1a0c3f110968 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 24 May 2018 15:19:21 -0400 Subject: colocate queries and components --- frontend/__tests__/Nav.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/__tests__/Nav.test.js') diff --git a/frontend/__tests__/Nav.test.js b/frontend/__tests__/Nav.test.js index 16f20e3..5c61c56 100644 --- a/frontend/__tests__/Nav.test.js +++ b/frontend/__tests__/Nav.test.js @@ -6,7 +6,7 @@ import Router from 'next/router'; import Nav from '../components/Nav'; import { MockedProvider } from 'react-apollo/test-utils'; import { fakeUser } from '../lib/testUtils'; -import { CURRENT_USER_QUERY } from '../queries/queries.graphql'; +import { CURRENT_USER_QUERY } from '../components/User'; // Mock the router Router.router = { push() {} }; -- cgit v1.3