diff --git a/docs/api/index.md b/docs/api/index.md index 855bc3dfb..deaa0c573 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -831,7 +831,7 @@ test('shallow', () => { expect(wrapper.html()).toEqual( `` ) -} +}) ``` ::: tip