fix issues
This commit is contained in:
8
apps/website/lib/gateways/AuthGuard.test.tsx
Normal file
8
apps/website/lib/gateways/AuthGuard.test.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { AuthGuard } from './AuthGuard';
|
||||
|
||||
describe('AuthGuard', () => {
|
||||
it('should be defined', () => {
|
||||
expect(AuthGuard).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user