Skip to content

Commit

Permalink
test: switch from should style to expect
Browse files Browse the repository at this point in the history
Switches from using `should` assertions (e.g. `foo.should.equal(303)`)
to `expect` assertions (e.g. `expect(foo).to.equal(303)`).

This is a stepping stone to moving off `sinon` and possibly `chai` in
future.
  • Loading branch information
43081j committed Jan 24, 2025
1 parent 4c3ddd0 commit e3a62ea
Showing 1 changed file with 277 additions and 278 deletions.
Loading

0 comments on commit e3a62ea

Please sign in to comment.