docs: fix syntax error (#14106)

pull/14109/head
Rich Harris 4 days ago committed by GitHub
parent aac4cbd1f1
commit 82b87b361e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,6 +29,7 @@ export default defineConfig({
conditions: ['browser']
}
: undefined
});
```
> [!NOTE] If loading the browser version of all your packages is undesirable, because (for example) you also test backend libraries, [you may need to resort to an alias configuration](https://github.com/testing-library/svelte-testing-library/issues/222#issuecomment-1909993331)

Loading…
Cancel
Save