Skip to content

chore: remove mocha, chai, and c8#2854

Open
theorderingmachine wants to merge 4 commits intoslackapi:mainfrom
theorderingmachine:chore/remove-mocha-chai-c8
Open

chore: remove mocha, chai, and c8#2854
theorderingmachine wants to merge 4 commits intoslackapi:mainfrom
theorderingmachine:chore/remove-mocha-chai-c8

Conversation

@theorderingmachine
Copy link
Copy Markdown

Summary

  • remove mocha/chai/c8 and their type packages from devDependencies
  • switch unit tests to Node's built-in test runner and coverage
  • add lightweight test globals/assertion shims so the existing suite keeps working

Testing

  • nix shell nixpkgs#nodejs -c bash -lc "export NODE_ENV=development && npm run test:coverage -- --test-concurrency=1"

Notes

  • I ran the test suite locally in a Nix-provided Node environment.
  • I did not run npm run lint locally because the repo's vendored Biome binary does not execute under this NixOS environment; CI can validate that path on GitHub.

@theorderingmachine theorderingmachine requested a review from a team as a code owner April 8, 2026 20:32
@salesforce-cla
Copy link
Copy Markdown

salesforce-cla bot commented Apr 8, 2026

Thanks for the contribution! Before we can merge this, we need @theorderingmachine to sign the Salesforce Inc. Contributor License Agreement.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 8, 2026

⚠️ No Changeset found

Latest commit: dfd6928

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant