Closed synapse closed 7 months ago
Ref: https://github.com/fastify/fastify/issues/5116
ts
jsx
!@tapjs/typescript
branches
functions
lines
statements
nyc
coverage
disable-coverage: true
npm run test
npm run benchmark
CC: @simoneb
Ref: https://github.com/fastify/fastify/issues/5116
ts
andjsx
which are replaced by disabling the!@tapjs/typescript
plugin.branches
,functions
,lines
andstatements
where dropped in v18 -> https://node-tap.org/changelog/nyc
were also dropped in v18coverage
is enabled by default in v18, disabling them viadisable-coverage: true
Checklist
npm run test
andnpm run benchmark
CC: @simoneb