This directory contains test-related files and fixtures for the GraphSolver application.
fixtures/- Test data files and sample graphs in various formats (JSON, CSV, GML, etc.)- Used for testing import/export functionality
- Contains example graphs for different algorithms
The main test files are located in src/composables/__tests__/ following the standard Vitest convention for co-located tests.
npm test
# or
npx vitest runWhen adding new test data files:
- Place them in the appropriate
fixtures/subdirectory - Use descriptive names that indicate the graph structure or format
- Ensure they are valid and represent realistic test cases