From ef8f89801c29e0f1a3e8db635c72e024172f6137 Mon Sep 17 00:00:00 2001 From: Woo Joo Chae Date: Thu, 30 Nov 2023 13:37:11 +0900 Subject: [PATCH] fix --- test/webhook.e2e-spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/webhook.e2e-spec.ts b/test/webhook.e2e-spec.ts index d05ba12..9482e26 100644 --- a/test/webhook.e2e-spec.ts +++ b/test/webhook.e2e-spec.ts @@ -14,5 +14,7 @@ describe('WebhookModule (e2e)', () => { await app.init(); }); + + test.todo('do something'); });