Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Jan 2, 2021
2 parents 57324ee + 7899c54 commit 6c31977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/no.components.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('no components', () => {
app.server.close();
});

it('should pass if components are missing', async () =>
it('should pass if /components is not present', async () =>
request(app)
.get(`${app.basePath}/ping`)
.expect(200)
Expand Down

0 comments on commit 6c31977

Please sign in to comment.