From 2d4ae79a55270efd5c516d00a2e520eba24db574 Mon Sep 17 00:00:00 2001 From: Eli <88557639+lishaduck@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:13:30 -0600 Subject: [PATCH] fix: update e2e test snapshots to new format Amp-Thread-ID: https://ampcode.com/threads/T-019c793d-7aa5-712a-961d-a02015a9df44 Co-authored-by: Amp --- packages/e2e/tests/cspell/cspell.test.ts | 6 +++--- packages/e2e/tests/typescript/typescript.test.ts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/e2e/tests/cspell/cspell.test.ts b/packages/e2e/tests/cspell/cspell.test.ts index 2d11646ce..ee54702b1 100644 --- a/packages/e2e/tests/cspell/cspell.test.ts +++ b/packages/e2e/tests/cspell/cspell.test.ts @@ -13,15 +13,15 @@ describe("cspell", () => { expect(normalizeOutput(stdout, cwd)).toMatchInlineSnapshot(` "Linting with flint.config.ts... - /fixtures/CONTRIBUTING.md + /users/dukese01/developer/flint/packages/e2e/tests/cspell/fixtures/contributing.md 2:62 Forbidden or unknown word: "projet". cspell 3:43 Forbidden or unknown word: "repositry". cspell 9:1 Forbidden or unknown word: "establised". cspell - /fixtures/src/config.json + /users/dukese01/developer/flint/packages/e2e/tests/cspell/fixtures/src/config.json 2:30 Forbidden or unknown word: "descripion". cspell - /fixtures/src/utils.ts + /users/dukese01/developer/flint/packages/e2e/tests/cspell/fixtures/src/utils.ts 3:9 Forbidden or unknown word: "functon". cspell 10:19 Forbidden or unknown word: "diference". cspell 12:17 Forbidden or unknown word: "diffarence". cspell diff --git a/packages/e2e/tests/typescript/typescript.test.ts b/packages/e2e/tests/typescript/typescript.test.ts index 6848c4191..df5195726 100644 --- a/packages/e2e/tests/typescript/typescript.test.ts +++ b/packages/e2e/tests/typescript/typescript.test.ts @@ -12,8 +12,8 @@ describe("typescript", () => { expect(normalizeOutput(stdout, cwd)).toMatchInlineSnapshot(` "Linting with flint.config.ts... - /fixtures/src/with-issues.ts - 2:2 Debugger statements should not be used in production code. debuggerStatements + /users/dukese01/developer/flint/packages/e2e/tests/typescript/fixtures/src/with-issues.ts + 2:2 Debugger statements should not be used in production code. ts/debuggerStatements ✖ Found 1 report across 1 file. "