Skip to content

Commit 5cb8b7d

Browse files
committed
chore: mess up tests from reposition-palette (WIP)
2 parents 08ce797 + 409f85f commit 5cb8b7d

File tree

10 files changed

+3421
-367
lines changed

10 files changed

+3421
-367
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Playwright Testing",
3+
"image": "mcr.microsoft.com/playwright:v1.36.0-jammy",
4+
"forwardPorts": [9323],
5+
"postCreateCommand": "npm install"
6+
}

custom-elements.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,9 @@
336336
"kind": "field",
337337
"name": "editor",
338338
"type": {
339-
"text": "Transactor<EditV2>"
339+
"text": "object"
340340
},
341+
"default": "{ commit: (edit: EditV2) => { this.dispatchEvent(newEditEventV2(edit)); return { undo: [], redo: [] }; }, }",
341342
"attribute": "editor"
342343
},
343344
{
@@ -631,8 +632,9 @@
631632
{
632633
"name": "editor",
633634
"type": {
634-
"text": "Transactor<EditV2>"
635+
"text": "object"
635636
},
637+
"default": "{ commit: (edit: EditV2) => { this.dispatchEvent(newEditEventV2(edit)); return { undo: [], redo: [] }; }, }",
636638
"fieldName": "editor"
637639
},
638640
{

0 commit comments

Comments
 (0)