wynd 0.2.0

A simple websocket library for rust.
Documentation
{
  "config": {
    "configFile": "/Users/guru/Developer/rust/hexstack/wynd/tests/playwright.config.ts",
    "rootDir": "/Users/guru/Developer/rust/hexstack/wynd/tests/tests",
    "forbidOnly": false,
    "fullyParallel": true,
    "globalSetup": null,
    "globalTeardown": null,
    "globalTimeout": 0,
    "grep": {},
    "grepInvert": null,
    "maxFailures": 0,
    "metadata": {},
    "preserveOutput": "always",
    "reporter": [
      [
        "html",
        null
      ],
      [
        "json",
        {
          "outputFile": "test-results.json"
        }
      ],
      [
        "junit",
        {
          "outputFile": "test-results.xml"
        }
      ],
      [
        "list",
        null
      ]
    ],
    "reportSlowTests": {
      "max": 5,
      "threshold": 300000
    },
    "quiet": false,
    "projects": [
      {
        "outputDir": "/Users/guru/Developer/rust/hexstack/wynd/tests/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {},
        "id": "websocket-tests",
        "name": "websocket-tests",
        "testDir": "/Users/guru/Developer/rust/hexstack/wynd/tests/tests",
        "testIgnore": [],
        "testMatch": [
          "**/src/*.spec.ts"
        ],
        "timeout": 30000
      }
    ],
    "shard": null,
    "updateSnapshots": "missing",
    "updateSourceMethod": "patch",
    "version": "1.55.0",
    "workers": 4,
    "webServer": null
  },
  "suites": [],
  "errors": [
    {
      "message": "Error: No tests found",
      "stack": "Error: No tests found"
    }
  ],
  "stats": {
    "startTime": "2025-08-28T11:11:47.036Z",
    "duration": 3.247000000000014,
    "expected": 0,
    "skipped": 0,
    "unexpected": 0,
    "flaky": 0
  }
}