refactor: remove jest and lint vitest (#62330)

This commit is contained in:
Oliver Eyton-Williams
2025-09-24 09:27:03 +02:00
committed by GitHub
parent d96d528e8c
commit 51eba06a7d
25 changed files with 253 additions and 1813 deletions

View File

@@ -138,7 +138,7 @@ describe('errorHandling', () => {
expect(res.statusCode).toEqual(400);
});
test('should return the error message if the status is not 500 ', async () => {
test('should return the error message if the status is not 500', async () => {
const res = await fastify.inject({
method: 'GET',
url: '/test-bad-request'