From: Evan You Date: Thu, 26 Jan 2023 07:31:52 +0000 (+0800) Subject: wip(vitest-migration): shared tests passing X-Git-Tag: v3.2.46~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3db69af53d267b78a5fed0b379553012499d0ef6;p=thirdparty%2Fvuejs%2Fcore.git wip(vitest-migration): shared tests passing --- diff --git a/packages/shared/__tests__/__snapshots__/codeframe.spec.ts.snap b/packages/shared/__tests__/__snapshots__/codeframe.spec.ts.snap index a66fac9209..4a50d62bc9 100644 --- a/packages/shared/__tests__/__snapshots__/codeframe.spec.ts.snap +++ b/packages/shared/__tests__/__snapshots__/codeframe.spec.ts.snap @@ -1,62 +1,62 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 -exports[`compiler: codeframe line in middle 1`] = ` -"2 | +exports[`compiler: codeframe > line in middle 1`] = ` +"2 | 3 | -6 | " +6 | " `; -exports[`compiler: codeframe line near bottom 1`] = ` -"4 |
  • hi
  • +exports[`compiler: codeframe > line near bottom 1`] = ` +"4 |
  • hi
  • 5 | -6 | +6 | | ^^^^^^^^^ 7 | " `; -exports[`compiler: codeframe line near top 1`] = ` +exports[`compiler: codeframe > line near top 1`] = ` "1 |
    -2 | +2 | | ^^^^^^^^^ 3 |