We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96380af commit e989be9Copy full SHA for e989be9
docs/vue-testing-library/api.mdx
@@ -35,7 +35,7 @@ Library.
35
It takes up to 2 parameters and returns an object with some helper methods.
36
37
```js
38
-function render(Component, options, callbackFunction) {
+function render(Component, options) {
39
return {
40
...DOMTestingLibraryQueries,
41
container,
0 commit comments