]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
test: adjust test edison/fix/12872 12876/head
authordaiwei <daiwei521@126.com>
Fri, 14 Feb 2025 09:54:41 +0000 (17:54 +0800)
committerdaiwei <daiwei521@126.com>
Fri, 14 Feb 2025 09:54:41 +0000 (17:54 +0800)
packages/compiler-sfc/__tests__/compileScript/resolveType.spec.ts

index 7716763b8b1dc7947fffc0903484b62f4ec0b122..1c0fe36d9dd93abe535a6c930dca9fee061dcaf8 100644 (file)
@@ -779,7 +779,7 @@ describe('resolveType', () => {
       })
     })
 
-    test('generic with union type', () => {
+    test('generic type parameter with union type', () => {
       expect(
         resolve(`
         type Wrapped<T> = T | symbol | number