Skip to content

Commit bcf27b2

Browse files
chore: remove console
1 parent 7f77e38 commit bcf27b2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/dts-test/defineComponent.test-d.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,9 +1363,8 @@ describe('function syntax w/ runtime props', () => {
13631363
}
13641364
)
13651365

1366-
// @ts-expect-error prop type mismatch
13671366
defineComponent(
1368-
(_props: { msg: string }) => {
1367+
(_props: { msg: number }) => {
13691368
return () => {}
13701369
},
13711370
{

packages/vue/__tests__/svgNamespace.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ describe('SVG support', () => {
5656
// set a transition class on the <div> - which is only respected on non-svg
5757
// patches
5858
;(f2 as any)[vtcKey] = ['baz']
59-
console.log('我打印了f2', f2)
6059
cls.value = 'bar'
6160
await nextTick()
6261
expect(f1.getAttribute('class')).toBe('bar')

0 commit comments

Comments
 (0)