chore: update test snapshot
This commit is contained in:
parent
3a049d53ad
commit
eccfc9940d
|
|
@ -47,7 +47,7 @@ const props = defineProps({
|
||||||
foo: { type: String, required: false, default: \\"bar\\" },
|
foo: { type: String, required: false, default: \\"bar\\" },
|
||||||
for: { type: String, required: false },
|
for: { type: String, required: false },
|
||||||
asChild: { type: Boolean, required: false },
|
asChild: { type: Boolean, required: false },
|
||||||
as: { type: [String, Object], required: false },
|
as: { type: null, required: false },
|
||||||
});
|
});
|
||||||
export {};
|
export {};
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
|
|
@ -77,8 +77,8 @@ describe('transformSFC', () => {
|
||||||
`,
|
`,
|
||||||
config: {},
|
config: {},
|
||||||
})
|
})
|
||||||
// TODO: Ignore test until https://github.com/radix-vue/shadcn-vue/issues/187 is resolved
|
// TODO: We need to improve this. https://github.com/radix-vue/shadcn-vue/issues/187
|
||||||
// expect(result).toMatchSnapshot()
|
expect(result).toMatchSnapshot()
|
||||||
})
|
})
|
||||||
|
|
||||||
test('defineEmits', async () => {
|
test('defineEmits', async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user