Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thepassle committed May 7, 2024
1 parent cd822f8 commit ac5227b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
{
"kind": "field",
"name": "firstName",
"privacy": "public",
"type": {
"text": "string"
},
"default": "'John'",
"privacy": "public",
"attribute": "firstName"
},
{
Expand All @@ -28,7 +28,7 @@
"text": "object"
},
"static": true,
"default": "{\n disabled: { type: Boolean }\n }",
"default": "{ disabled: { type: Boolean } }",
"inheritedFrom": {
"name": "InputMixin",
"module": "my-element.js"
Expand All @@ -37,11 +37,11 @@
{
"kind": "field",
"name": "disabled",
"privacy": "public",
"type": {
"text": "boolean"
},
"default": "false",
"privacy": "public",
"attribute": "disabled",
"inheritedFrom": {
"name": "InputMixin",
Expand Down Expand Up @@ -96,17 +96,17 @@
"text": "object"
},
"static": true,
"default": "{\n disabled: { type: Boolean }\n }"
"default": "{ disabled: { type: Boolean } }"
},
{
"kind": "field",
"name": "disabled",
"privacy": "public",
"type": {
"text": "boolean"
},
"default": "false",
"attribute": "disabled",
"privacy": "public"
"attribute": "disabled"
}
],
"attributes": [
Expand Down Expand Up @@ -146,4 +146,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"text": "object"
},
"static": true,
"default": "{\n disabled: { type: Boolean }\n }",
"default": "{ disabled: { type: Boolean } }",
"inheritedFrom": {
"name": "InputMixin",
"module": "my-element.js"
Expand Down Expand Up @@ -96,7 +96,7 @@
"text": "object"
},
"static": true,
"default": "{\n disabled: { type: Boolean }\n }"
"default": "{ disabled: { type: Boolean } }"
},
{
"kind": "field",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"text": "object"
},
"static": true,
"default": "{\n mixB: { type: Boolean },\n }",
"default": "{ mixB: { type: Boolean }, }",
"inheritedFrom": {
"name": "MixinA",
"module": "my-element.js"
Expand Down Expand Up @@ -149,4 +149,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"text": "object"
},
"static": true,
"default": "{\n mixB: { type: Boolean },\n }",
"default": "{ mixB: { type: Boolean }, }",
"inheritedFrom": {
"name": "MixinA",
"module": "my-element.js"
Expand Down

0 comments on commit ac5227b

Please sign in to comment.