-
-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create custom methods to replace Sinon mocks #1406
Comments
we're mostly using it for the i'd opt to replace it with |
sounds good
can be replaced by a custom shortcut |
If we use tinyspy, we should probably switch away from So we do |
if you're talking about chai, I agree |
|
I saw you moved away from it when adding bun But it looks like bun should support it. So maybe we should:
I can have a go and see what I end up with |
No. Why? Bun, deno don't support node:test. |
node:test != node:assert |
Ah sorry I misread the source I understand they're not the same. It was just me misreading I thought we pulled assert from node already and didn't realise we use chai I'll have a go at what I said but keep the test runner |
@43081j great job. A few things:
|
I agree, I don't like the shape of
I'll make a branch for these things at some point |
We're using Sinon but I think the functionality can be easily replaced by our own methods.
Maybe we can make
aspy
less fragile? cc @43081jThe text was updated successfully, but these errors were encountered: