Added test cases with custom exports/imports.

This commit is contained in:
Napalys
2025-04-04 08:33:26 +02:00
parent a572ac60d2
commit c7fad09664
7 changed files with 70 additions and 0 deletions

View File

@@ -11,3 +11,5 @@
console.log(data);
}); // $clientReceive
})();
module.exports.MyWebSocketWS = require('ws');