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';
|
import { describe, it, expect } from 'vitest';
|
||||||
|
|
||||||
describe('Basic Environment Tests', () => {
|
describe('Basic Environment Tests', () => {
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ import {
|
|||||||
checkAuth,
|
checkAuth,
|
||||||
logout,
|
logout,
|
||||||
tryRefreshSession,
|
tryRefreshSession,
|
||||||
} from '../src/lib/api.js';
|
} from '../../src/lib/api.js';
|
||||||
|
|
||||||
describe('API Client - Token Management', () => {
|
describe('API Client - Token Management', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user