Skip to content

Commit

Permalink
Update migration snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 3, 2024
1 parent 404b6df commit b568f74
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions script/__snapshots__/migrate-test-e2e.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,23 @@ exports[`expected file changes > cspell.json 1`] = `
"--- a/cspell.json
+++ b/cspell.json
@@ ... @@
{
"dictionaries": ["npm", "node", "typescript"],
"ignorePaths": [
- "./coverage*",
- "./script/__snapshots__",
".all-contributorsrc",
".github",
"CHANGELOG.md",
- "coverage*",
+ "coverage",
"lib",
"node_modules",
"pnpm-lock.yaml"
- "pnpm-lock.yaml",
- "script/__snapshots__"
+ "pnpm-lock.yaml"
],
"words": [
"allcontributors",
@@ ... @@
"arethetypeswrong",
"automerge",
"codespace",
- "execa",
+ "contributorsrc",
"infile",
Expand All @@ -132,6 +134,7 @@ exports[`expected file changes > cspell.json 1`] = `
"outro",
"tada",
"tseslint",
- "tsup"
+ "wontfix"
]
}"
Expand Down

0 comments on commit b568f74

Please sign in to comment.