Skip to content

Commit 9e3f409

Browse files
committed
Updated test snapshot
1 parent bc2ce34 commit 9e3f409

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

test/__snapshots__/main.test.ts.snap

+24
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Maybe a Debug fail.
1414
at d (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:4:4)
1515
at e (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:5:5)",
1616
],
17+
[
18+
"<BASE_PATH>/ts_downloads/base/MockRepoOwner.MockRepoName.rawError.txt",
19+
"{"request_seq":"123","command":"cursedCommand","message":"Some error. Could not do something. /nMaybe a Debug fail./n at a (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:1:1)/n at b (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:2:2)/n at c (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:3:3)/n at d (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:4:4)/n at e (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:5:5)"}",
20+
],
1721
[
1822
"<BASE_PATH>/RepoResults123/718e48b799650d4b66e5d80ad6bac7b9.results.txt",
1923
"<h2>Maybe a Debug fail.</h2>
@@ -77,6 +81,10 @@ npx tsreplay ./MockRepoName ./MockRepoOwner.MockRepoName.replay.txt <PATH_TO_tss
7781
"encoding": "utf-8",
7882
},
7983
],
84+
[
85+
"<BASE_PATH>/ts_downloads/base/MockRepoOwner.MockRepoName.rawError.txt",
86+
"{"request_seq":"123","command":"cursedCommand","message":"Some error. Could not do something. /nMaybe a Debug fail./n at a (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:1:1)/n at b (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:2:2)/n at c (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:3:3)/n at d (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:4:4)/n at e (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:5:5)"}",
87+
],
8088
[
8189
"<BASE_PATH>/RepoResults123/!718e48b799650d4b66e5d80ad6bac7b9.results.txt",
8290
"
@@ -166,6 +174,14 @@ npx tsreplay ./MockRepoName ./MockRepoOwner.MockRepoName.replay.txt <PATH_TO_tss
166174
"type": "return",
167175
"value": undefined,
168176
},
177+
{
178+
"type": "return",
179+
"value": undefined,
180+
},
181+
{
182+
"type": "return",
183+
"value": undefined,
184+
},
169185
],
170186
}
171187
`;
@@ -184,6 +200,10 @@ Maybe a Debug fail.
184200
at d (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:4:4)
185201
at e (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:5:5)",
186202
],
203+
[
204+
"<BASE_PATH>/ts_downloads/base/MockRepoOwner.MockRepoName.rawError.txt",
205+
"{"request_seq":"123","command":"cursedCommand","message":"Some error. Could not do something. /nMaybe a Debug fail./n at a (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:1:1)/n at b (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:2:2)/n at c (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:3:3)/n at d (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:4:4)/n at e (/mnt/vss/_work/1/s/typescript-1.1.1/lib/typescript.js:5:5)"}",
206+
],
187207
[
188208
"<BASE_PATH>/RepoResults123/718e48b799650d4b66e5d80ad6bac7b9.results.txt",
189209
"<h2>Maybe a Debug fail.</h2>
@@ -261,6 +281,10 @@ npx tsreplay ./MockRepoName ./MockRepoOwner.MockRepoName.replay.txt <PATH_TO_tss
261281
"type": "return",
262282
"value": undefined,
263283
},
284+
{
285+
"type": "return",
286+
"value": undefined,
287+
},
264288
],
265289
}
266290
`;

0 commit comments

Comments
 (0)