BetterThanTomorrow / joyride

Making VS Code Hackable like Emacs since 2022
https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.joyride
Other
458 stars 17 forks source link

Add `tap>` et al #178

Closed PEZ closed 9 months ago

PEZ commented 9 months ago

This replaces PR:

borkdude commented 9 months ago

After the one comment, lgtm

PEZ commented 9 months ago

Thanks! Can you have a look again that I got it right? I'm not super savvy with async tests.

PEZ commented 9 months ago

We have an deftest-async macro that maybe should be used...

PEZ commented 9 months ago

I changed so that we now use the deftest-async macro, which ensures we call done properly also on errors.