Skip to content

Commit 6c31977

Browse files
committed
2 parents 57324ee + 7899c54 commit 6c31977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/no.components.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('no components', () => {
2424
app.server.close();
2525
});
2626

27-
it('should pass if components are missing', async () =>
27+
it('should pass if /components is not present', async () =>
2828
request(app)
2929
.get(`${app.basePath}/ping`)
3030
.expect(200)

0 commit comments

Comments
 (0)