Skip to content

Commit ae3b980

Browse files
committed
test: update
1 parent ed9b36a commit ae3b980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-private/vapor-e2e-test/__tests__/vdomInterop.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe('vdom / vapor interop', () => {
9696
expect(await html(testContainer)).toBe('<span>loading...</span>')
9797

9898
await timeout(duration)
99-
expect(await html(testContainer)).toBe('<div> foo </div>')
99+
expect(await html(testContainer)).toBe('<div>foo</div>')
100100
},
101101
E2E_TIMEOUT,
102102
)

0 commit comments

Comments
 (0)