mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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:
parent
9e4ded71a8
commit
819403be3c
4 changed files with 128 additions and 128 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue