Skip to content

Commit

Permalink
Update no.components.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Jan 2, 2021
1 parent 61b698a commit 7899c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/no.components.spec.ts
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 7899c54

Please sign in to comment.