Skip to content

Commit

Permalink
feat(auth): forgot to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
keingsw committed Mar 25, 2020
1 parent 78b8539 commit a85ff29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/hooks.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { render } from '@testing-library/react';
import { renderHook, act } from '@testing-library/react-hooks';
import Auth0 from './auth0';
import { AuthContextProvider } from './hooks';
import { AuthContextProvider, useAuthContext } from './hooks';

jest.mock('./auth0');

Expand Down

0 comments on commit a85ff29

Please sign in to comment.