lowlighter / libs

🍱 Collection of carefully crafted TypeScript standalone libraries. Minimal, unbloated, convenient.
https://jsr.io/@libs
MIT License
118 stars 11 forks source link

test(markdown): bun/node not working but should #73

Open lowlighter opened 2 months ago

lowlighter commented 2 months ago

There's an issue with the way deps are installed (it may or may not come from @libs/testing)

Basically bun and node are mutually exclusive (if you remove node_modules each time it seems to work) so not sure what's happening there.

Also the first bun test seems to die everytime, but if you relaunch tests again it'll pass. Looks like a caching issue but delaying after install seems to have no effects.

image

image