test: update snapshot for vue 3.5

This commit is contained in:
三咲智子 Kevin Deng
2024-09-07 05:06:44 +08:00
parent 4bd09577cc
commit 76ef36393e
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ describe('Transform JSX', () => {
return () => <input type="text" value={val} />;
},
});
expect(wrapper.html()).toBe('<input type="text">');
expect(wrapper.html()).toBe('<input type="text" value="foo">');
});
test('domProps input[checked]', () => {