Skip to content

Commit

Permalink
docs: fix syntax error (#14106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Nov 1, 2024
1 parent aac4cbd commit 82b87b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/docs/07-misc/02-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 82b87b3

Please sign in to comment.