Skip to content

Commit c611c51

Browse files
committed
test: Improve test naming
1 parent 8bfbc77 commit c611c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/routes/github/release-created.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { ReleaseCreatedPayloadBuilder } from '../../builders/release-created-pay
66
import { ReleaseCreatedPayload } from '../../../src/schemas/github/release-created-payload';
77
import { WebhookResponse } from '../../../src/schemas/webhook-response';
88

9-
describe('/github', () => {
9+
describe('POST /github', () => {
1010
let streamLabsSpy: jest.SpyInstance<Promise<void>>;
1111
let twitchChatSpy: jest.SpyInstance<Promise<void>>;
1212

0 commit comments

Comments
 (0)