Skip to content

Commit

Permalink
test: migrate from chai to node:assert
Browse files Browse the repository at this point in the history
Migrates away from chai's `expect` assertions to `node:assert`.

Depends on #1408
  • Loading branch information
43081j committed Jan 24, 2025
1 parent 61b18d8 commit f44c202
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 444 deletions.
117 changes: 0 additions & 117 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,11 @@
},
"devDependencies": {
"@paulmillr/jsbt": "0.2.1",
"@types/chai": "^5.0.1",
"@types/node": "20.14.8",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^4.0.0",
"chai": "4.3.4",
"micro-should": "0.5.0",
"prettier": "3.1.1",
"sinon": "12.0.1",
"sinon-chai": "3.7.0",
"typescript": "5.5.2",
"upath": "2.0.1"
},
Expand Down
Loading

0 comments on commit f44c202

Please sign in to comment.