From afed9a4bc50b1ba2856baf377cf56c5c10af012c Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Wed, 25 Oct 2023 22:03:41 -0700 Subject: [PATCH] remove fake test --- example/src/tests.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/example/src/tests.ts b/example/src/tests.ts index 757dc8483..9b551c2a2 100644 --- a/example/src/tests.ts +++ b/example/src/tests.ts @@ -19,10 +19,6 @@ function test(name: string, perform: () => Promise) { tests.push({ name, run: perform }); } -test("can fail", async () => { - return false; -}); - test("can make a client", async () => { const client = await XMTP.Client.createRandom({ env: "local",