Skip to content

Commit ba17296

Browse files
committed
test: update tests
1 parent 774fcef commit ba17296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages-private/dts-test/vapor/defineVaporCustomElement.test-d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('defineVaporCustomElement using defineVaporComponent return type', () =
8787
styles: [`div { color: red; }`],
8888
nonce: 'xxx',
8989
shadowRootOptions: {
90-
clonable: false,
90+
delegatesFocus: false,
9191
},
9292
configureApp: app => {
9393
app.provide('a', 1)
@@ -143,7 +143,7 @@ describe('defineVaporCustomElement with direct setup function', () => {
143143
styles: [`div { color: red; }`],
144144
nonce: 'xxx',
145145
shadowRootOptions: {
146-
clonable: false,
146+
delegatesFocus: false,
147147
},
148148
configureApp: app => {
149149
app.provide('a', 1)

0 commit comments

Comments
 (0)