Add tests for net2 socket

This commit is contained in:
Jon Staab
2025-03-27 11:03:13 -07:00
parent 756490222a
commit e8cfffe4ac
6 changed files with 824 additions and 18 deletions
+1 -5
View File
@@ -23,11 +23,7 @@
"pub": "npm run lint && npm run build && npm publish",
"build": "gts clean && tsc",
"lint": "gts lint",
"fix": "gts fix",
"test": "mocha"
},
"devDependencies": {
"mocha": "^10.7.3"
"fix": "gts fix"
},
"dependencies": {
"@welshman/lib": "^0.1.0",