Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
XantreDev committed Jul 5, 2023
1 parent b6e7d44 commit f65ce9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/signal.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { signal, computed, effect, batch, Signal } from "@preact/signals-core";
import { signal, computed, effect, batch, Signal, untracked } from "@preact/signals-core";

describe("signal", () => {
it("should return value", () => {
Expand Down

0 comments on commit f65ce9a

Please sign in to comment.