You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('should return snippet definition with all parameters',async()=>{
72
61
awaitexpect(provider).to.hover(
73
62
`{% render 'product-car█d' %}`,
74
-
'### product-card\n\n**Parameters:**\n- `title`: string - The title of the product\n- `[border-radius]`: number - The border radius in px\n- `no-type` - This parameter has no type\n- `no-description`: string\n- `no-type-or-description`',
63
+
'### product-card\n\n**Parameters:**\n- `title`: string - The title of the product\n- `[border_radius]`: number - The border radius in px\n- `no_type` - This parameter has no type\n- `no_description`: string\n- `no_type_or_description`',
it('should return snippet definition with all parameters',async()=>{
96
85
awaitexpect(provider).to.hover(
97
86
`{% render 'product-car█d' %}`,
98
-
'### product-card\n\n**Parameters:**\n- `title`: string - The title of the product\n- `[border-radius]`: number - The border radius in px\n- `no-type` - This parameter has no type\n- `no-description`: string\n- `no-type-or-description`',
87
+
'### product-card\n\n**Parameters:**\n- `title`: string - The title of the product\n- `[border_radius]`: number - The border radius in px\n- `no_type` - This parameter has no type\n- `no_description`: string\n- `no_type_or_description`',
it('should return snippet definition with all parameters',async()=>{
142
+
awaitexpect(provider).to.hover(
143
+
`{% render 'product-car█d' %}`,
144
+
'### product-card\n\n**Parameters:**\n- `[with_default_value=default value]`\n- `[with_default_value_and_type=default value]`: String\n- `[with_default_value_and_description=default value]` - The title of the product\n- `[with_default_value_and_type_and_description=default value]`: String - The title of the product\n- `[no_default_value]`: String - The title of the product',
0 commit comments