From f2d2139dcaae92d9d639cfbad65153379cb1b76f Mon Sep 17 00:00:00 2001 From: Mohammad Bagher Abiat Date: Mon, 13 Nov 2023 11:17:21 +0330 Subject: [PATCH] update snapshot --- tests/__snapshots__/macro.test.ts.snap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/__snapshots__/macro.test.ts.snap b/tests/__snapshots__/macro.test.ts.snap index d625bdfe..3ea4fd2a 100644 --- a/tests/__snapshots__/macro.test.ts.snap +++ b/tests/__snapshots__/macro.test.ts.snap @@ -58,7 +58,8 @@ const Component = () => { onClick={() => { ;(() => ++state.count)() ++state.count - }}> + }} + > inc {valtio_macro_snap_state.count}