fix: correct import paths and syntax in frontend tests
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user