From 859a8cfd4a45fa8919a536f9503fc838b5aa4568 Mon Sep 17 00:00:00 2001 From: 0xmad <0xmad@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:02:13 -0600 Subject: [PATCH] fix(cli): run all the tests for package --- cli/tests/e2e/e2e.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tests/e2e/e2e.test.ts b/cli/tests/e2e/e2e.test.ts index 1b724b962b..5f7f7e3cc3 100644 --- a/cli/tests/e2e/e2e.test.ts +++ b/cli/tests/e2e/e2e.test.ts @@ -620,7 +620,7 @@ describe("e2e tests", function test() { maciAddresses = await deploy({ ...deployArgs, signer }); }); - it.only("should run the first poll", async () => { + it("should run the first poll", async () => { // deploy a poll contract pollAddresses = await deployPoll({ ...deployPollArgs, signer });