Skip to content

Commit

Permalink
chore: remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed May 28, 2023
1 parent 1972d5e commit 430f4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/signals.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Deno.test("signals.ts", async (t) => {
assertEquals(subCount, 2); // doesn't run subscribers after being disposed
});

await t.step("Effect", async (t) => {
await t.step("Effect", async () => {
let runs = 0;
let effectOutput = "";

Expand Down

0 comments on commit 430f4c3

Please sign in to comment.