We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b36ce commit fccb3cbCopy full SHA for fccb3cb
docs/api/wrapper/emitted.md
@@ -44,7 +44,7 @@ expect(wrapper.emitted('foo').length).toBe(2)
44
expect(wrapper.emitted('foo')[1]).toEqual([123])
45
```
46
47
-The `.emitted() method returns the same object every time it is called, not a new one, and so the object will update when new events are fired:
+The `.emitted()` method returns the same object every time it is called, not a new one, and so the object will update when new events are fired:
48
49
```js
50
const emitted = wrapper.emitted()
0 commit comments