File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -829,7 +829,7 @@ test('shallow', () => {
829
829
const wrapper = mount (Component , { shallow: true })
830
830
831
831
expect (wrapper .html ()).toEqual (
832
- ` <a-component-stub></a-component-stub><another-component></another-component> `
832
+ ` <a-component-stub></a-component-stub><another-component-stub ></another-component-stub > `
833
833
)
834
834
}
835
835
` ` `
Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ test('shallow', () => {
825
825
const wrapper = mount(Component, { shallow: true });
826
826
827
827
expect(wrapper.html()).toEqual(
828
- ` < a - component - stub > </a -component -stub ><another -component ></another -component >` ,
828
+ ` < a - component - stub > </a -component -stub ><another -component - stub ></another -component - stub >` ,
829
829
);
830
830
});
831
831
` ` `
You can’t perform that action at this time.
0 commit comments