]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
[autofix.ci] apply automated fixes edison/fix/12639 12642/head
authorautofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Sat, 7 Jun 2025 00:40:19 +0000 (00:40 +0000)
committerGitHub <noreply@github.com>
Sat, 7 Jun 2025 00:40:19 +0000 (00:40 +0000)
packages/runtime-core/__tests__/rendererTemplateRef.spec.ts

index cc0a5b5bbf59402ce96224c2e984061ec65b99dd..53e03c827b97dff72324947e30f1e5781b918e55 100644 (file)
@@ -260,7 +260,7 @@ describe('api: template refs', () => {
 
     show.value = true
     await nextTick()
-    expect(refName.value).toBe('b')  
+    expect(refName.value).toBe('b')
   })
 
   it('unset old ref when new ref is absent', async () => {