Added tests, shift 'delete'. Fixed overnight shifts, sync, error handling.

This commit is contained in:
Pen Anderson 2026-03-03 12:50:24 -06:00
parent c9180490a4
commit f2aa04db15
20 changed files with 2521 additions and 39 deletions

View file

@ -12,4 +12,8 @@ export default defineConfig({
outDir: 'dist',
emptyOutDir: true,
},
test: {
environment: 'jsdom',
setupFiles: ['./src/test-setup.js'],
},
})