Commit 6cc62e1
Make Tintype snapshot mocks compatible with Jest 29
Summary: Use unparameterized `jest.fn()` mocks in the shared snapshot provider tests. The OSS package pins `types/jest` 29, which rejects the single function-type generic accepted by the xplat environment. Existing mock wrappers already provide the required return-value casts.
Reviewed By: aperez
Differential Revision: D116864954
fbshipit-source-id: eec94982c62ba558e6ca8f3a4e7e5403763bcc2c1 parent d57049e commit 6cc62e1
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments