Compare commits

...

1 Commits

Author SHA1 Message Date
fedfc21425 closing capacity planning - normal mode. 2026-02-19 23:32:27 -05:00
2 changed files with 5 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
import { sveltekit } from '@sveltejs/kit/vite'; import { sveltekit } from '@sveltejs/kit/vite';
import { svelteTesting } from '@testing-library/svelte/vite';
import { defineConfig } from 'vite'; import { defineConfig } from 'vite';
import path from 'path'; import path from 'path';
export default defineConfig({ export default defineConfig({
plugins: [sveltekit()], plugins: [sveltekit(), svelteTesting()],
server: { server: {
port: 5173, port: 5173,
host: '0.0.0.0', host: '0.0.0.0',

View File

@@ -492,9 +492,9 @@
- [x] 4.1.24 Write unit test: Redis caching for capacity (->todo) - [x] 4.1.24 Write unit test: Redis caching for capacity (->todo)
#### Component Tests (Frontend) #### Component Tests (Frontend)
- [ ] 4.1.25 Write component test: CapacityCalendar displays month (skip) - [x] 4.1.25 Write component test: CapacityCalendar displays month
- [ ] 4.1.26 Write component test: Availability editor toggles values (skip) - [x] 4.1.26 Write component test: Availability editor toggles values
- [ ] 4.1.27 Write component test: CapacitySummary shows totals (skip) - [x] 4.1.27 Write component test: CapacitySummary shows totals
**Commit**: `test(capacity): Add pending tests for all planning scenarios` **Commit**: `test(capacity): Add pending tests for all planning scenarios`