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__/Nav.test.js | |
| parent | fc43594e43cdcba82930c788012d0e7ad7110ccd (diff) | |
migrate to graphql
Diffstat (limited to 'frontend/__tests__/Nav.test.js')
| -rw-r--r-- | frontend/__tests__/Nav.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/__tests__/Nav.test.js b/frontend/__tests__/Nav.test.js index ab8a139..16f20e3 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'; +import { CURRENT_USER_QUERY } from '../queries/queries.graphql'; // Mock the router Router.router = { push() {} }; |
