From: Cédric Exbrayat Date: Thu, 11 May 2023 11:34:27 +0000 (+0200) Subject: chore: fix typos in defineOptions (#8277) X-Git-Tag: v3.3.2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab9256a4bbea4ffeb6cacf2d416709c81ab89298;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typos in defineOptions (#8277) --- diff --git a/packages/compiler-sfc/__tests__/compileScript/defineOptions.spec.ts b/packages/compiler-sfc/__tests__/compileScript/defineOptions.spec.ts index 5337a53917..e4f50be38f 100644 --- a/packages/compiler-sfc/__tests__/compileScript/defineOptions.spec.ts +++ b/packages/compiler-sfc/__tests__/compileScript/defineOptions.spec.ts @@ -28,7 +28,7 @@ describe('defineOptions()', () => { expect(content).not.toMatch('defineOptions') }) - it('should emit an error with two defineProps', () => { + it('should emit an error with two defineOptions', () => { expect(() => compile(`