Skip to content

Commit

Permalink
fix(custom-element): updated unit test name
Browse files Browse the repository at this point in the history
  • Loading branch information
baiwusanyu-c committed Aug 30, 2023
1 parent 1853320 commit 04d9e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-dom/__tests__/customElement.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ describe('defineCustomElement', () => {
customElements.define('my-consumer', Consumer)

// # 8127
test('bwsy before resolve', async () => {
test('correct injection of asynchronous custom elements', async () => {
const comp = {
setup() {
provide('message', 'hello')
Expand Down

0 comments on commit 04d9e1e

Please sign in to comment.