Merge dev to main: Security improvements and comprehensive test infrastructure #39

Merged
jimmy merged 195 commits from dev into main 2026-04-08 01:42:27 +08:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 2112d84051 - Show all commits
+3 -3
View File
@@ -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', () => {
+1 -1
View File
@@ -15,7 +15,7 @@ import {
checkAuth,
logout,
tryRefreshSession,
} from '../src/lib/api.js';
} from '../../src/lib/api.js';
describe('API Client - Token Management', () => {
beforeEach(() => {