Skip to content

Commit

Permalink
[ts][tests] update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Jul 10, 2024
1 parent 650a1eb commit d80c59d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/addMissingMember.shot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests addMissingMember 0 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 2 diagnostics with code 2339",
"Found 4 codefixes",
"Fixes to be applied: 0\\r\\nNo applied fixes: 4\\r\\n",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/addMissingOverride.shot
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`integration tests addMissingOverride 1 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 2 diagnostics with code 4114",
"Found 2 codefixes with name fixOverrideModifier",
"Fixes to be applied: 2\\r\\nNo applied fixes: 0\\r\\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests addMissingOverrideByError 2 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 2 diagnostics with code 4114",
"Found 2 codefixes",
"Fixes to be applied: 2\\r\\nNo applied fixes: 0\\r\\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests addMissingOverrideByFixName 3 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 2 diagnostics in 8 files",
"Found 2 codefixes with name fixOverrideModifier",
"Fixes to be applied: 2\\r\\nNo applied fixes: 0\\r\\n",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/addOneUnknown.shot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests addOneUnknown 4 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 1 diagnostics with code 2352",
"Found 0 codefixes",
"No changes remaining for ts-fix"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/addOneUnknownToList.shot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests addOneUnknownToList 5 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 1 diagnostics with code 2352",
"Found 0 codefixes",
"No changes remaining for ts-fix"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/addThreeUnknown.shot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests addThreeUnknown 6 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 3 diagnostics with code 2352",
"Found 2 codefixes",
"Fixes to be applied: 2\\r\\nNo applied fixes: 0\\r\\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests multipleFixesInSameLine 7 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nNo diagnostics found with code 7044",
"Found 0 codefixes",
"No changes remaining for ts-fix"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/noDiagnostics.shot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests noDiagnostics 8 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nNo diagnostics found with code 4114",
"Found 0 codefixes",
"No changes remaining for ts-fix"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/twoErrorCodes.shot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`integration tests twoErrorCodes 9 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 2 diagnostics with code 4114",
"\\r\\nFound 3 diagnostics with code 2352",
"Found 4 codefixes",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/twoFixNames.shot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`integration tests twoFixNames 10 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 6 diagnostics in 9 files",
"Found 2 codefixes with name fixOverrideModifier",
"Found 2 codefixes with name addConvertToUnknownForNonOverlappingTypes",
Expand Down

0 comments on commit d80c59d

Please sign in to comment.