File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export const createFailedTestSuite = (): Suite => {
2929 steps : [ ] ,
3030 stdout : [ ] ,
3131 stderr : [ ] ,
32- annotations : [ ]
32+ annotations : [ ] ,
3333 }
3434
3535 const testCase : TestCase = {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export const createFlakyTestSuite = (): Suite => {
3030 steps : [ ] ,
3131 stdout : [ ] ,
3232 stderr : [ ] ,
33- annotations : [ ]
33+ annotations : [ ] ,
3434 }
3535
3636 const testError2 : TestError = {
@@ -52,7 +52,7 @@ export const createFlakyTestSuite = (): Suite => {
5252 steps : [ ] ,
5353 stdout : [ ] ,
5454 stderr : [ ] ,
55- annotations : [ ]
55+ annotations : [ ] ,
5656 }
5757
5858 const passedTestResult : TestResult = {
@@ -67,7 +67,7 @@ export const createFlakyTestSuite = (): Suite => {
6767 steps : [ ] ,
6868 stdout : [ ] ,
6969 stderr : [ ] ,
70- annotations : [ ]
70+ annotations : [ ] ,
7171 }
7272
7373 const testCase : TestCase = {
You can’t perform that action at this time.
0 commit comments