remove newline

This commit is contained in:
Simon Knott 2024-10-04 12:33:42 +02:00
parent 11fbf584a8
commit 1ab403077d
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -51,7 +51,6 @@ test('render a component with a named slot', async ({ mount }) => {
await expect(component).toContainText('Footer'); await expect(component).toContainText('Footer');
}); });
test('updating default slot should work', { annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32809' } }, async ({ mount }) => { test('updating default slot should work', { annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32809' } }, async ({ mount }) => {
const slots = { default: 'foo' }; const slots = { default: 'foo' };