Closed triallax closed 1 year ago
This is awesome, thank you very much
@sharkdp you're welcome.
I'm trying to merge "uncontroversial" PRs on my own initiative instead of waiting for your review. I hope that's fine with you?
Yes, that is completely fine
The migration is rather straightforward, but it brings a HUGE decrease in the time required to run tests as determined by
hyperfine --warmup 2 'npm test'
. Before:After:
I'm also considering moving to assert instead, but it's much lower-level than the other two, so I'm not too sure about that. It could be worth a try though.