mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
remove type when id provided in tests
This commit is contained in:
parent
d76bc7890d
commit
1784f5b31e
1 changed files with 0 additions and 5 deletions
|
@ -462,7 +462,6 @@ describe("Test Transform", () => {
|
|||
height: 300,
|
||||
},
|
||||
end: {
|
||||
type: "ellipse",
|
||||
id: "ellipse-1",
|
||||
},
|
||||
},
|
||||
|
@ -473,11 +472,9 @@ describe("Test Transform", () => {
|
|||
width: 400,
|
||||
strokeColor: "#e67700",
|
||||
start: {
|
||||
type: "diamond",
|
||||
id: "diamond-1",
|
||||
},
|
||||
end: {
|
||||
type: "ellipse",
|
||||
id: "ellipse-1",
|
||||
},
|
||||
},
|
||||
|
@ -525,11 +522,9 @@ describe("Test Transform", () => {
|
|||
text: "HELLO WORLD!!",
|
||||
},
|
||||
start: {
|
||||
type: "text",
|
||||
id: "text-1",
|
||||
},
|
||||
end: {
|
||||
type: "rectangle",
|
||||
id: "rect-1",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue