Skip to content

Commit 478e5b3

Browse files
Fix lint
1 parent e62cee9 commit 478e5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/context.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const runTest = async (test) => {
198198
attempts++
199199
}
200200

201-
const endTimeStamp = timeStamp()
201+
const endTimeStamp = timeStamp()
202202
if (!passed) {
203203
result.numFailed++
204204
console.log(indent(applyColor(`<red>✗</red> ${currentTest.name}`)))

0 commit comments

Comments
 (0)