fix: correct import paths and syntax in frontend tests
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
checkAuth,
|
||||
logout,
|
||||
tryRefreshSession,
|
||||
} from '../src/lib/api.js';
|
||||
} from '../../src/lib/api.js';
|
||||
|
||||
describe('API Client - Token Management', () => {
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user