We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e499e7 commit 10237edCopy full SHA for 10237ed
docs/api/index.md
@@ -829,7 +829,7 @@ test('shallow', () => {
829
const wrapper = mount(Component, { shallow: true })
830
831
expect(wrapper.html()).toEqual(
832
- `<a-component-stub></a-component-stub><another-component></another-component>`
+ `<a-component-stub></a-component-stub><another-component-stub></another-component-stub>`
833
)
834
}
835
```
docs/fr/api/index.md
@@ -825,7 +825,7 @@ test('shallow', () => {
825
const wrapper = mount(Component, { shallow: true });
826
827
828
- `<a-component-stub></a-component-stub><another-component></another-component>`,
+ `<a-component-stub></a-component-stub><another-component-stub></another-component-stub>`,
);
});
0 commit comments