Skip to content

Commit d1fbb51

Browse files
Alfred-Skybluesxzz
authored andcommitted
chore: remove console
1 parent 0635caf commit d1fbb51

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ describe('function syntax w/ runtime props', () => {
13641364
)
13651365

13661366
defineComponent(
1367-
(_props: { msg: string }) => {
1367+
(_props: { msg: number }) => {
13681368
return () => {}
13691369
},
13701370
{

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)