From: daiwei Date: Fri, 14 Feb 2025 09:54:41 +0000 (+0800) Subject: test: adjust test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12876%2Fhead;p=thirdparty%2Fvuejs%2Fcore.git test: adjust test --- diff --git a/packages/compiler-sfc/__tests__/compileScript/resolveType.spec.ts b/packages/compiler-sfc/__tests__/compileScript/resolveType.spec.ts index 7716763b8b..1c0fe36d9d 100644 --- a/packages/compiler-sfc/__tests__/compileScript/resolveType.spec.ts +++ b/packages/compiler-sfc/__tests__/compileScript/resolveType.spec.ts @@ -779,7 +779,7 @@ describe('resolveType', () => { }) }) - test('generic with union type', () => { + test('generic type parameter with union type', () => { expect( resolve(` type Wrapped = T | symbol | number