diff --git a/packages/babel-plugin-jsx/test/index.test.tsx b/packages/babel-plugin-jsx/test/index.test.tsx index c66f4cc..efd4745 100644 --- a/packages/babel-plugin-jsx/test/index.test.tsx +++ b/packages/babel-plugin-jsx/test/index.test.tsx @@ -371,12 +371,12 @@ describe('PatchFlags', () => { return () => ( ); - } + }, }); patchFlagExpect(wrapper, 8, ['value', 'onClick']); await wrapper.trigger('click'); expect(wrapper.html()).toBe(''); - }) + }); test('full props', async () => { const wrapper = mount({