nodejs / citgm

Canary in the Gold Mine
https://www.npmjs.com/package/citgm
Other
561 stars 146 forks source link

Add to citgm: astro #1054

Open rluvaton opened 5 months ago

rluvaton commented 5 months ago

As far as I know, Astro is the first big project that uses node native test:runner

I would like to add them to citgm to get coverage on the node:test runner

The maintainer that will be the contact will be: @princesseuh

Notes to self:

  1. uses pnpm
  2. Need build in order to run tests
  3. pnpm test run all packages test
  4. they uses turborepo with caching, so need to make sure we disable the cache
rluvaton commented 5 months ago

I'm making sure the tests are stable