Closed tompahoward closed 1 year ago
Currently, fastify-now will ignore .test.js and .spec.js files. This change adds ignoring of vitest benchmark .bench.js files, solving #33.
.test.js
.spec.js
.bench.js
These changes are submitted per the terms of the MIT License
@tompahoward published with version 3.1.0
Currently, fastify-now will ignore
.test.js
and.spec.js
files. This change adds ignoring of vitest benchmark.bench.js
files, solving #33.These changes are submitted per the terms of the MIT License