Skip to content

Commit

Permalink
re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Jul 18, 2019
1 parent d87dc30 commit ef9bde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routes.spec.ts
Expand Up @@ -14,7 +14,7 @@ const basePath = (<any>app).basePath;
(<any>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')
Expand Down

0 comments on commit ef9bde9

Please sign in to comment.