Skip to content

fix: include adapter tests in default npm test#969

Merged
jackwener merged 2 commits intomainfrom
fix/npm-test-include-adapter
Apr 11, 2026
Merged

fix: include adapter tests in default npm test#969
jackwener merged 2 commits intomainfrom
fix/npm-test-include-adapter

Conversation

@jackwener
Copy link
Copy Markdown
Owner

Summary

  • npm test only ran unit + extension projects, meaning adapter tests (clis/**/*.test.js) were never exercised by the default test command
  • Adds --project adapter to the test script in package.json
  • All 194 test files (1458 tests) pass, including adapter tests

Raised by @codex-mini1 during review of PR #967.

Test plan

  • npm test now runs adapter tests (verified locally — 194 files, 1458 passed)

`npm test` only ran unit + extension projects, so adapter tests
(clis/**/*.test.js) were never exercised by the default test command.
Add --project adapter so they run alongside unit and extension tests.
@jackwener jackwener merged commit 30f216b into main Apr 11, 2026
10 of 11 checks passed
@jackwener jackwener deleted the fix/npm-test-include-adapter branch April 11, 2026 14:14
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.

1 participant