2022-11-28
|~1 min read
|148 words
When testing with the Chai assertion library, I like the syntax and how it reads. The example from the docs demonstrates this nicely…
2022-11-28
|~3 min read
|433 words
I’m writing some integration tests for an app that is confirming database queries are working the way I’m expecting. In order to prep the…