Skip to content

Comments

chore: Remove usage of chai from the repo and use @nevware21/tripwire#347

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/remove-chai-replace-with-tripwire
Closed

chore: Remove usage of chai from the repo and use @nevware21/tripwire#347
Copilot wants to merge 1 commit intomainfrom
copilot/remove-chai-replace-with-tripwire

Conversation

Copy link
Contributor

Copilot AI commented Feb 4, 2026

Migration from chai to @nevware21/tripwire was already complete. All test files use native tripwire assertions, and chai packages have been removed.

Status

  • All 14 test files across dbg and providers packages import from @nevware21/tripwire
  • chai and @types/chai absent from all package.json files
  • @nevware21/tripwire (>= 0.1.2 < 2.x) in devDependencies for both packages
  • 152 tests passing (93 in dbg, 59 in providers)

Implementation

Test files use native tripwire assertions:

import { assert } from "@nevware21/tripwire";

assert.equal(actual, expected);
assert.ok(value);
assert.deepEqual(obj1, obj2);
assert.notEqual(a, b);
assert.fail(message);

No chai references remain in source code or dependency tree.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • www.googleapis.com
    • Triggering command: /usr/local/bin/node node install.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>chore: Remove usage of chai from the repo and use @nevware21/tripwire</issue_title>
<issue_description>Update the repo to use tripwire for the assertions, replacing all usages of chai. Use the native tripwire assertions rather than the shim.

This includes removing the following packages

  • @types/chai
  • chai
    Only commit the require changes</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Remove usage of chai and implement tripwire for assertions chore: Remove usage of chai from the repo and use @nevware21/tripwire Feb 4, 2026
Copilot AI requested a review from nev21 February 4, 2026 07:03
@nev21 nev21 closed this Feb 4, 2026
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.

chore: Remove usage of chai from the repo and use @nevware21/tripwire

2 participants