You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wantOut: "no checks reported on the 'master' branch",
95
102
},
96
103
{
97
-
name: "some failing",
98
-
fixture: "./fixtures/someFailing.json",
99
-
wantOut: "Some checks were not successful\n1 failing, 1 successful, and 1 pending checks\n\nX sad tests 1m26s sweet link\n✓ cool tests 1m26s sweet link\n- slow tests 1m26s sweet link\n",
100
-
wantErr: true,
104
+
name: "some failing",
105
+
fixture: "./fixtures/someFailing.json",
106
+
wantOut: "Some checks were not successful\n1 failing, 1 successful, and 1 pending checks\n\nX sad tests 1m26s sweet link\n✓ cool tests 1m26s sweet link\n- slow tests 1m26s sweet link\n",
107
+
unsuccessfulChecks: true,
101
108
},
102
109
{
103
-
name: "some pending",
104
-
fixture: "./fixtures/somePending.json",
105
-
wantOut: "Some checks are still pending\n0 failing, 2 successful, and 1 pending checks\n\n✓ cool tests 1m26s sweet link\n✓ rad tests 1m26s sweet link\n- slow tests 1m26s sweet link\n",
106
-
wantErr: true,
110
+
name: "some pending",
111
+
fixture: "./fixtures/somePending.json",
112
+
wantOut: "Some checks are still pending\n0 failing, 2 successful, and 1 pending checks\n\n✓ cool tests 1m26s sweet link\n✓ rad tests 1m26s sweet link\n- slow tests 1m26s sweet link\n",
113
+
unsuccessfulChecks: true,
107
114
},
108
115
{
109
116
name: "all passing",
110
117
fixture: "./fixtures/allPassing.json",
111
118
wantOut: "All checks were successful\n0 failing, 3 successful, and 0 pending checks\n\n✓ awesome tests 1m26s sweet link\n✓ cool tests 1m26s sweet link\n✓ rad tests 1m26s sweet link\n",
112
119
},
113
120
{
114
-
name: "with statuses",
115
-
fixture: "./fixtures/withStatuses.json",
116
-
wantOut: "Some checks were not successful\n1 failing, 2 successful, and 0 pending checks\n\nX a status sweet link\n✓ cool tests 1m26s sweet link\n✓ rad tests 1m26s sweet link\n",
117
-
wantErr: true,
121
+
name: "with statuses",
122
+
fixture: "./fixtures/withStatuses.json",
123
+
wantOut: "Some checks were not successful\n1 failing, 2 successful, and 0 pending checks\n\nX a status sweet link\n✓ cool tests 1m26s sweet link\n✓ rad tests 1m26s sweet link\n",
0 commit comments