Skip to content

test: add Vitest frontend test runner#126

Open
kpassito wants to merge 1 commit into
Tx-wat:mainfrom
kpassito:codex/issue-125-vitest-runner
Open

test: add Vitest frontend test runner#126
kpassito wants to merge 1 commit into
Tx-wat:mainfrom
kpassito:codex/issue-125-vitest-runner

Conversation

@kpassito
Copy link
Copy Markdown

Summary

  • add Vitest with jsdom and Testing Library setup for frontend/unit tests
  • add npm test and npm run test:watch scripts
  • add a starter helper test for Stellar URL utilities
  • run the new test command in CI and document local usage

Closes #125.

Verification

  • npm test
  • npm run lint
  • npx tsc --noEmit
  • npm run build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set up a lightweight frontend test runner

1 participant