Conversation
Notices
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 27-Dec-2023 14:57:00 JST Haelwenn /элвэн/ :triskell: > Look at how mermaid.js is built
> vite and esbuild
> vitest and nyc
WTF-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 27-Dec-2023 15:11:44 JST Haelwenn /элвэн/ :triskell: @psykose Both vite and esbuild are buildsystems, both vitest and nyc are test frameworks.
It's bit like if a C project would have cmake+meson and would use ctest+atf. -
Embed this notice
indentation consulting services (psykose@donotsta.re)'s status on Wednesday, 27-Dec-2023 15:11:45 JST indentation consulting services @lanodan what's weird about that -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 27-Dec-2023 15:44:00 JST Haelwenn /элвэн/ :triskell: @psykose Ah, didn't know that about nyc, so far for npm stuff I've migrated/shimmed simple ones to the NodeJS v18+ build-in test runner+library.
And yeah, I've seen few things like cmake+meson as well, hence the example. -
Embed this notice
indentation consulting services (psykose@donotsta.re)'s status on Wednesday, 27-Dec-2023 15:44:02 JST indentation consulting services @lanodan
> both vitest and nyc are test frameworks.
nyc is only codecov and the docs tell you to use it to wrap the actual test runner
> It's bit like if a C project would have cmake+meson
well.. i do see this more often than i'd like haha
-
Embed this notice