mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
refactor: remove jest and lint vitest (#62330)
This commit is contained in:
committed by
GitHub
parent
d96d528e8c
commit
51eba06a7d
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user