Skip to content

Commit

Permalink
Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Nov 10, 2020
1 parent bc2468e commit eedee76
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
registerShareGroupRoute,
registerAssignGroupRoute,
registerBoostsGroupRoute,
registerGroupsRoutes,
} from './groups';

describe('groups routes', () => {
Expand Down Expand Up @@ -393,11 +392,4 @@ describe('groups routes', () => {
});
});
});

describe('registerGroupsRoutes', () => {
it('runs without errors', () => {
const mockRouter = new MockRouter({} as any);
registerGroupsRoutes({ ...mockDependencies, router: mockRouter.router });
});
});
});

0 comments on commit eedee76

Please sign in to comment.