Y
Hacker News
new
|
ask
|
show
|
jobs
by
efrafa
3487 days ago
Are you forced to use expect().to... or you can plugin any assert library ? (I get the benefits of expect but I still prefer assert style)
1 comments
ville
3487 days ago
You can use any assertion library and it will just work. At one point I was using Jest with Chai when migrating a codebase that happened to use Chai for assertions.
link