Skip to content

Development

Terminal window
npm run dev # build in watch mode
npm test # unit tests (vitest)
npm run lint # oxlint
npm run fmt:check # oxfmt (use `npm run fmt` to auto-fix)
npm run build # type check + emit dist/

E2E suites under e2e/ exercise real platform APIs and are kept off the default npm test run.

Terminal window
npm run test:e2e # all platforms
npm run test:e2e:slack # Slack only

Slack E2E requires SLACK_QA_USER_TOKEN, SLACK_QA_CHANNEL_ID, and SLACK_QA_BOT_USER_ID against a dedicated test workspace. See slack-qa-test-plan.md for setup.