Skip to content

Commit 4d76e44

Browse files
authored
make note stand out
1 parent 7e30e29 commit 4d76e44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/user-event/api-utility.mdx

+3-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ upload(
149149

150150
Change a file input as if a user clicked it and selected files in the resulting
151151
file upload dialog.
152-
Files that don't match an `accept` property will be automatically discarded,
153-
unless [`applyAccept`](options.mdx#applyaccept) is set to `false`.
152+
153+
> Files that don't match an `accept` property will be automatically discarded,
154+
> unless [`applyAccept`](options.mdx#applyaccept) is set to `false`.
154155
155156
```jsx
156157
test('upload file', async () => {

0 commit comments

Comments
 (0)