valkey-io / iovalkey

MIT License
43 stars 3 forks source link

use nodejs test-runner with `nodejs-loaders` #4

Open AugustinMauroy opened 3 weeks ago

AugustinMauroy commented 3 weeks ago

Nodejs test runner is esm friendly and performant.

And with nodejs-loaders we will hable to test ts file without having to transpire it.

mcollina commented 3 weeks ago

SGTM, would you like to send a PR?

I don't think we should use the nodejs-loader project, tsx "just works".

AugustinMauroy commented 3 weeks ago

I don't think we should use the nodejs-loader project, tsx "just works".

nodejs-loader is lighter than tsx and have better perf

mcollina commented 3 weeks ago

oh amazing, ok!

mcollina commented 3 weeks ago

Would you like to send a PR?

AugustinMauroy commented 3 weeks ago

Would you like to send a PR?

I'm little bit busy this week-end but yes it's could be great