test: bun backend + store/hardening unit tests (WIP, agents running)

This commit is contained in:
Hibryda 2026-03-22 05:02:02 +01:00
parent dd1d692e7b
commit e75f90407b
12 changed files with 2536 additions and 0 deletions

View file

@ -9,6 +9,7 @@
"dev:hmr": "concurrently \"bun run hmr\" \"bun run start\"",
"hmr": "vite --port 9760",
"build:canary": "vite build && electrobun build --env=canary",
"test": "bun test src/bun/__tests__/",
"test:e2e": "wdio run tests/e2e/wdio.conf.js"
},
"dependencies": {