Can I Move Completely to Bun From Node.js?

preview_player
Показать описание

pls subscribe :)

00:00 - Start
02:22 - Running tests.
03:04 - Can it run previous test setups? - let's try jest
04:08 - It's not that simple
04:23 - What does it take to migrate an existing test setup to Bun?
10:54 - The Bun runtime
11:30 - Bun uses Node behind the scenes sometimes
11:49 - Mostly because it can't handle Node APIs by itself
Рекомендации по теме
Комментарии
Автор

Really great demonstration of debugging skills!

Bateleur
Автор

Hey thanks for the demonstration, I guess it also depends what framework/library you are using, since I am currently using a vite/react project, I had no issues, but I'm also not running any tests lol I did try doing some example tests using bun, and like you found, I guess it just depends which jest APIs/functions you're using. Thanks for the video!

juanmacias