diff --git a/package.json b/package.json index ade7f23..2bfe965 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "types": "index.d.ts", "scripts": { "start": "fastify start --options examples/petstore/index.js", - "test": "borp -p 'test/test*.js' --coverage", + "test": "borp --coverage", "lint": "eslint", "dev": "fastify start -l info -P examples/petstore/index.js", "updateChecksums": "node test/update-checksums.js", diff --git a/test/test-cookie-param.v3.js b/test/cookie-param.v3.test.js similarity index 100% rename from test/test-cookie-param.v3.js rename to test/cookie-param.v3.test.js diff --git a/test/test-custom-route-options.js b/test/custom-route-options.test.js similarity index 100% rename from test/test-custom-route-options.js rename to test/custom-route-options.test.js diff --git a/test/test-debuglogging.js b/test/debuglogging.test.js similarity index 100% rename from test/test-debuglogging.js rename to test/debuglogging.test.js diff --git a/test/test-fastify-recursive.js b/test/fastify-recursive.test.js similarity index 100% rename from test/test-fastify-recursive.js rename to test/fastify-recursive.test.js diff --git a/test/test-fastify.js b/test/fastify.test.js similarity index 100% rename from test/test-fastify.js rename to test/fastify.test.js diff --git a/test/test-import-plugin.js b/test/import-plugin.test.js similarity index 100% rename from test/test-import-plugin.js rename to test/import-plugin.test.js diff --git a/test/test-parser-base.js b/test/parser-base.test.js similarity index 100% rename from test/test-parser-base.js rename to test/parser-base.test.js diff --git a/test/test-plugin.v2.js b/test/plugin.v2.test.js similarity index 100% rename from test/test-plugin.v2.js rename to test/plugin.v2.test.js diff --git a/test/test-plugin.v3.content.js b/test/plugin.v3.content.test.js similarity index 100% rename from test/test-plugin.v3.content.js rename to test/plugin.v3.content.test.js diff --git a/test/test-plugin.v3.js b/test/plugin.v3.test.js similarity index 100% rename from test/test-plugin.v3.js rename to test/plugin.v3.test.js diff --git a/test/test-recursive.v3.js b/test/recursive.v3.test.js similarity index 100% rename from test/test-recursive.v3.js rename to test/recursive.v3.test.js diff --git a/test/test-securityHandlers.js b/test/securityHandlers.test.js similarity index 100% rename from test/test-securityHandlers.js rename to test/securityHandlers.test.js diff --git a/test/test-warnings.js b/test/warnings.test.js similarity index 100% rename from test/test-warnings.js rename to test/warnings.test.js