Skip to content

Commit a4f3256

Browse files
committed
add debug info
1 parent ae2ce0a commit a4f3256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testLibrary.mjs

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

114114
async function runIntegrationTest(fn) {
115+
log(fn);
115116
const skip = fn.hasOwnProperty("skipIf") ? fn.skipIf : false;
116117
if (skip) {
117118
log(fn.description ? `Skipping test ${fn.description}...` : "Skipping test...");

0 commit comments

Comments
 (0)