fix: correct import paths and syntax in frontend tests
Deploy Dashboard (Dev) / deploy-dev (push) Failing after 1m22s
Run Tests / Backend Tests (push) Failing after 1m10s
Run Tests / Frontend Tests (push) Failing after 6m4s
Run Tests / Test Summary (push) Failing after 41s

This commit is contained in:
Gan, Jimmy
2026-03-31 19:05:13 +08:00
parent 7ad4095ad6
commit 2112d84051
2 changed files with 4 additions and 4 deletions
+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(() => {