chore(test): add vitest runner + smoke test #124
No reviewers
Labels
No labels
app:activities
app:chat
app:events
app:forum
app:libra
app:market
app:restaurant
app:tasks
app:wallet
app:webapp
bug
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aiolabs/webapp!124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/vitest-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
No test runner existed in the repo. This adds vitest so the nostr-patterns review fixes (#121, #122) can ship with runnable unit tests.
What
vitestdevDependency (node env,src/**/*.spec.tsdiscovery).vitest.config.tsmirroring only the@→src alias (brand-kit aliases are build-time asset shims, omitted to keep it lean).test/test:watchnpm scripts.Merge order
Merge this first. #121 (
fix/events-store-coordinate-key) and #122 (fix/monotonic-created-at) branch off this, so until this lands their PR diffs will also show these vitest files; they clean up once this merges todev.Precursor for the testing the review fixes carry. No runtime/bundle impact.
🤖 Generated with Claude Code