Skip to content

Commit

Permalink
Fix broken test mocks
Browse files Browse the repository at this point in the history
I definitely should not have been importing the index file I'm mocking, but why did this only break now?? :psyduck:
  • Loading branch information
cee-chen committed Jun 19, 2021
1 parent 6d7446d commit c7dbf5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import { EngineDetails } from '../components/engine/types';
import { ENGINES_TITLE } from '../components/engines';
import { ENGINES_TITLE } from '../components/engines/constants';
import { generateEncodedPath } from '../utils/encode_path_params';

export const mockEngineValues = {
Expand Down

0 comments on commit c7dbf5d

Please sign in to comment.