We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802d4d2 commit 18c7eeeCopy full SHA for 18c7eee
src/handle-github-webhook.spec.ts
@@ -59,7 +59,7 @@ describe('handleGithubWebhook - unit tests', () => {
59
});
60
61
62
-describe.only('handleGithubWebhook - integration tests', () => {
+describe('handleGithubWebhook - integration tests', () => {
63
let httpServer: Http.Server;
64
let baseUrl: string;
65
0 commit comments