website refactor
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { AuthProvider, useAuth } from './AuthContext';
|
||||
|
||||
describe('AuthContext', () => {
|
||||
it('should be defined', () => {
|
||||
expect(AuthProvider).toBeDefined();
|
||||
expect(useAuth).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user