Skip to content

Commit 4a8db91

Browse files
committed
fix test
1 parent aa9b12a commit 4a8db91

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/validator/samples/tag-non-string

1 file changed

+1
-1
lines changed

packages/svelte/tests/validator/samples/tag-non-string/errors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"code": "svelte_options_invalid_customelement",
4-
"message": "\"customElement\" must be a string literal defining a valid custom element name or an object of the form { tag?: string; shadow?: \"open\" | \"none\"; props?: { [key: string]: { attribute?: string; reflect?: boolean; type: .. } } }",
4+
"message": "\"customElement\" must be a string literal defining a valid custom element name or an object of the form { tag?: string; shadow?: \"open\" | \"none\" | `ShadowRootInit` | (() => `ShadowRootInit` | undefined); props?: { [key: string]: { attribute?: string; reflect?: boolean; type: .. } } }",
55
"start": {
66
"line": 1,
77
"column": 16

0 commit comments

Comments
 (0)