Merge dev to main: Security improvements and comprehensive test infrastructure #39
@@ -1,6 +1,6 @@
|
||||
"""
|
||||
Basic diagnostic tests to validate frontend test environment.
|
||||
"""
|
||||
/**
|
||||
* Basic diagnostic tests to validate frontend test environment.
|
||||
*/
|
||||
import { describe, it, expect } from 'vitest';
|
||||
|
||||
describe('Basic Environment Tests', () => {
|
||||
|
||||
@@ -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