Gabriel
Gabriel
Nice 💯
I'm building my react lib with Rollup, and just using @swc/jest for the tests: ```js const config = { ...config, transform: { '^.+\\.(t|j)sx?$': [ '@swc/jest', { jsc: { transform: {...
I'm also recieving some 403 in my tests:  **Node**: lts/hydrogen **OS**: Ubuntu latest
Yeah, great idea! I've been searching for loggers and found [Pino.js](https://github.com/pinojs/pino), a lightweight javascript logger. It looks pretty good.