Gabriel

Results 4 comments of Gabriel
trafficstars

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: ![image](https://github.com/PokeAPI/pokeapi/assets/65926741/e7f6e03b-4b46-4224-b94a-f2ee16ac56f7) **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.