Skip to content

Commit 82b87b3

Browse files
authored
docs: fix syntax error (#14106)
1 parent aac4cbd commit 82b87b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/docs/07-misc/02-testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default defineConfig({
2929
conditions: ['browser']
3030
}
3131
: undefined
32+
});
3233
```
3334

3435
> [!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)

0 commit comments

Comments
 (0)