Skip to content

Commit

Permalink
test: remove todos since not support mixins in vapor mode
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Dec 26, 2024
1 parent 3fc5083 commit 50c9c27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/runtime-vapor/__tests__/componentEmits.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,4 @@ describe('component: emit', () => {
await nextTick()
expect(fn).not.toHaveBeenCalled()
})

// NOTE: not supported mixins
// test.todo('merge string array emits', async () => {})
// test.todo('merge object emits', async () => {})
})

0 comments on commit 50c9c27

Please sign in to comment.