We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e30e29 commit 4d76e44Copy full SHA for 4d76e44
docs/user-event/api-utility.mdx
@@ -149,8 +149,9 @@ upload(
149
150
Change a file input as if a user clicked it and selected files in the resulting
151
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`.
+
+> Files that don't match an `accept` property will be automatically discarded,
154
+> unless [`applyAccept`](options.mdx#applyaccept) is set to `false`.
155
156
```jsx
157
test('upload file', async () => {
0 commit comments