Skip to content

Commit

Permalink
feat(teamProjectsHeader): Fixed import on moved unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisraymond-uchicago committed Oct 25, 2023
1 parent 571c806 commit e48a37d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fetchArboristTeamProjectRoles from './teamProjectApi';
import { authzMappingPath } from '../../configs';
import { authzMappingPath } from '../../../../configs';

// Mocking the fetch function
global.fetch = jest.fn();
Expand Down

0 comments on commit e48a37d

Please sign in to comment.