diff --git a/dashboard/frontend/tests/test_basic.js b/dashboard/frontend/tests/test_basic.js index 5873a79..efb769e 100644 --- a/dashboard/frontend/tests/test_basic.js +++ b/dashboard/frontend/tests/test_basic.js @@ -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', () => { diff --git a/dashboard/frontend/tests/unit/api.test.js b/dashboard/frontend/tests/unit/api.test.js index 169987c..ce5d978 100644 --- a/dashboard/frontend/tests/unit/api.test.js +++ b/dashboard/frontend/tests/unit/api.test.js @@ -15,7 +15,7 @@ import { checkAuth, logout, tryRefreshSession, -} from '../src/lib/api.js'; +} from '../../src/lib/api.js'; describe('API Client - Token Management', () => { beforeEach(() => {