Skip to content

Commit 89c514d

Browse files
committed
Cleanup
1 parent 7bdedc6 commit 89c514d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testLibrary.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ async function send(message) {
113113

114114
async function runIntegrationTest(fn) {
115115
const skip = fn.hasOwnProperty("skipIf") ? fn.skipIf : false;
116-
const description = fn.description ?? "unnamed";
117116
if (skip) {
118117
log(fn.description ? `Skipping test ${fn.description}...` : "Skipping test...");
119118
} else {

0 commit comments

Comments
 (0)