Files
FrenoCorp/node_modules/fastify/.taprc

12 lines
195 B
Plaintext

ts: false
jsx: false
flow: false
# the coverage is performed by c8
check-coverage: false
coverage: false
node-arg: --allow-natives-syntax
files:
- 'test/**/*.test.js'
- 'test/**/*.test.mjs'