Skip to content

Commit 18c7eee

Browse files
committed
test: remove only
1 parent 802d4d2 commit 18c7eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handle-github-webhook.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('handleGithubWebhook - unit tests', () => {
5959
});
6060
});
6161

62-
describe.only('handleGithubWebhook - integration tests', () => {
62+
describe('handleGithubWebhook - integration tests', () => {
6363
let httpServer: Http.Server;
6464
let baseUrl: string;
6565

0 commit comments

Comments
 (0)