style: fix formatting

This commit is contained in:
Haoqun Jiang 2025-02-09 02:00:38 +08:00
parent a4d01377ec
commit f84b81afac
No known key found for this signature in database
GPG Key ID: BC1665FD8DE94CD5

View File

@ -371,12 +371,12 @@ describe('PatchFlags', () => {
return () => (
<button value={`${foo.value}`} onClick={() => foo.value++}></button>
);
}
},
});
patchFlagExpect(wrapper, 8, ['value', 'onClick']);
await wrapper.trigger('click');
expect(wrapper.html()).toBe('<button value="1"></button>');
})
});
test('full props', async () => {
const wrapper = mount({