Standardize store exports to named useXxxStore convention
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, it, expect, beforeEach, vi } from 'vitest';
|
||||
import { setActivePinia, createPinia } from 'pinia';
|
||||
import useCytoscapeStore from '@/stores/cytoscapeStore.ts';
|
||||
import { useCytoscapeStore } from '@/stores/cytoscapeStore.ts';
|
||||
import { SAVE_KEY_NAME } from '@/constants/constants.js';
|
||||
|
||||
// Mock localStorage since jsdom's localStorage is limited
|
||||
|
||||
Reference in New Issue
Block a user