From f84b81afac093f916e72678126058dc28660a380 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sun, 9 Feb 2025 02:00:38 +0800 Subject: [PATCH] style: fix formatting --- packages/babel-plugin-jsx/test/index.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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({