Skip to content

Commit

Permalink
fix: remove unused beforeEach hook in AuthProvider.spec.ts.mustache
Browse files Browse the repository at this point in the history
  • Loading branch information
renanfranca committed Sep 24, 2024
1 parent b666ca8 commit b1aeaa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, it, expect, beforeEach } from 'vitest';
import { describe, it, expect } from 'vitest';
import { AUTH_REPOSITORY, provideForAuth } from '@/auth/application/AuthProvider';
import { KeycloakAuthRepository } from '@/auth/infrastructure/secondary/KeycloakAuthRepository';
import { inject } from '@/injections';
Expand Down

0 comments on commit b1aeaa9

Please sign in to comment.