[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-02-24 07:39:42 +00:00 committed by GitHub
parent 4f6ee56cd8
commit 166a5c1eba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ describe('with object props', () => {
f: reactive({
g: ref('hello' as GT),
}),
m: readonly(ref(1))
m: readonly(ref(1)),
}
},
provide() {