diff --git a/test/routes.spec.ts b/test/routes.spec.ts index 584672a7..de28b092 100644 --- a/test/routes.spec.ts +++ b/test/routes.spec.ts @@ -14,7 +14,7 @@ const basePath = (app).basePath; (app).server.close(); }); describe(`GET ${basePath}/pets`, () => { - it.only('should throw 400 on missing required query parameter', async () => + it('should throw 400 on missing required query parameter', async () => request(app) .get(`${basePath}/pets`) .set('Accept', 'application/json')