Skip to content

Commit 1d53ec1

Browse files
committed
merge tests and verification
1 parent 76e2d62 commit 1d53ec1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/snapshots/test.ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Generated by [AVA](https://avajs.dev).
264264
const _nextUsers = users.slice();␊
265265
266266
_nextUsers[0].name = "barelyhuman";␊
267-
setUser(_nextUsers);␊
267+
setUser(_prevState => _nextUsers);␊
268268
setUpdateCount(updateCount + 1);␊
269269
};␊
270270

test/snapshots/test.ts.snap

1.21 KB
Binary file not shown.

0 commit comments

Comments
 (0)