Convert all store files from JavaScript to TypeScript
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ vi.mock('@/api/client.js', () => ({
|
||||
default: { get: mockGet, post: mockPost, put: mockPut },
|
||||
}));
|
||||
|
||||
import { useAllMapDataStore } from '@/stores/allMapData.js';
|
||||
import { useAllMapDataStore } from '@/stores/allMapData';
|
||||
|
||||
describe('allMapDataStore', () => {
|
||||
let store;
|
||||
|
||||
Reference in New Issue
Block a user