wbxcallprov/src/webex
jmcqueen 6de5392e90
Some checks are pending
CI / verify (push) Waiting to run
Add node:test suite and Gitea Actions CI
- 30-test suite (node --test, no framework) covering the exact functions
  that have regressed in previous rounds:
    * parseStoreArg / parseStoreNumber / storeEmail (helpers)
    * greetingForBrand (brand fallback)
    * formatE911Address / formatSuite (google response reducer)
    * parseNextLink (RFC-5988 pagination — now exported)
    * runStep success / non-critical / critical / no-bot paths
- test/setup.js stubs required env vars so any src/ module can be
  imported cleanly; loaded via --import once per test process
- npm run test wired up; directory form works on Node 20 + 22
- .gitea/workflows/ci.yml runs lint + format:check + test on push/PR
  to main, on Node 22 to match the runtime image
- Exclude test/ and .gitea/ from the Docker build context
- Exclude docker/ from bot Prettier scope (remote-agent is its own
  sub-project with its own tooling)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 16:07:02 -04:00
..
announcements.js Modernize bot to Node.js 22 with modular architecture and remote SIW agent 2026-07-06 14:48:51 -04:00
auth.js Modernize bot to Node.js 22 with modular architecture and remote SIW agent 2026-07-06 14:48:51 -04:00
autoAttendants.js Modernize bot to Node.js 22 with modular architecture and remote SIW agent 2026-07-06 14:48:51 -04:00
client.js Add node:test suite and Gitea Actions CI 2026-07-06 16:07:02 -04:00
deviceCustomizations.js Consistency + cleanup pass 2026-07-06 15:56:01 -04:00
devices.js Consistency + cleanup pass 2026-07-06 15:56:01 -04:00
licensing.js Modernize bot to Node.js 22 with modular architecture and remote SIW agent 2026-07-06 14:48:51 -04:00
locations.js Modernize bot to Node.js 22 with modular architecture and remote SIW agent 2026-07-06 14:48:51 -04:00
schedules.js Modernize bot to Node.js 22 with modular architecture and remote SIW agent 2026-07-06 14:48:51 -04:00
users.js Modernize bot to Node.js 22 with modular architecture and remote SIW agent 2026-07-06 14:48:51 -04:00