test: Update snapshot tests to use Point type

- Modified snapshot tests that previously used the `{ x: number, y: number }` type to now use the `Point` type.
This commit is contained in:
sunub 2025-04-17 13:42:21 +09:00
parent 9e4ded71a8
commit 819403be3c
4 changed files with 128 additions and 128 deletions

View file

@ -69,10 +69,10 @@ exports[`exportToSvg > with default arguments 1`] = `
"openMenu": null,
"openPopup": null,
"openSidebar": null,
"originSnapOffset": {
"x": 0,
"y": 0,
},
"originSnapOffset": [
0,
0,
],
"pasteDialog": {
"data": null,
"shown": false,