Skip to content

Commit

Permalink
Updated test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 10, 2024
1 parent e57cc32 commit 76c7e45
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions script/__snapshots__/migrate-test-e2e.ts.snap
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`expected file changes > .github/workflows/test.yml 1`] = `
"--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
exports[`expected file changes > .github/workflows/ci.yml 1`] = `
"--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ ... @@ jobs:
- uses: ./.github/actions/prepare
- run: pnpm run test --coverage
- name: Codecov
uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v3
- with:
- flags: unit
name: Test
"
type_check:
name: Type Check
runs-on: ubuntu-latest"
`;

exports[`expected file changes > .gitignore 1`] = `
Expand Down Expand Up @@ -75,6 +75,11 @@ exports[`expected file changes > cspell.json 1`] = `
"node_modules",
"pnpm-lock.yaml"
@@ ... @@
"apexskier",
"arethetypeswrong",
"automerge",
- "codecov",
"codespace",
"contributorsrc",
"execa",
"infile",
Expand Down

0 comments on commit 76c7e45

Please sign in to comment.