Skip to content

Commit a1d3483

Browse files
Add todo > total tests count
1 parent fa67f30 commit a1d3483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/context.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ const runTest = async (test) => {
167167
const startTimeStamp = timeStamp()
168168
if (test.todo) {
169169
result.numTodo++
170+
result.numTests++
170171
console.log(
171172
indent(applyColor(`<yellow>◦</yellow> ${currentTest.name} (TODO)`))
172173
)

0 commit comments

Comments
 (0)