Skip to content

Commit ff11579

Browse files
committed
docs(vue): remove extra callbackFunction parameter
1 parent 96380af commit ff11579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vue-testing-library/api.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Library.
3535
It takes up to 2 parameters and returns an object with some helper methods.
3636

3737
```js
38-
function render(Component, options, callbackFunction) {
38+
function render(Component, options) {
3939
return {
4040
...DOMTestingLibraryQueries,
4141
container,

0 commit comments

Comments
 (0)