@fails-components/webtransport 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/test/datagrams.spec.js +0 -4
package/package.json
CHANGED
package/test/datagrams.spec.js
CHANGED
|
@@ -12,10 +12,6 @@ import { pTimeout } from './fixtures/p-timeout.js'
|
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
14
|
describe('datagrams', function () {
|
|
15
|
-
// FIXME: sometimes there are seemingly arbitrary 5s delays in
|
|
16
|
-
// communicating with the server under node.js
|
|
17
|
-
this.timeout(30000)
|
|
18
|
-
|
|
19
15
|
/** @type {import('../lib/dom').WebTransport | undefined} */
|
|
20
16
|
let client
|
|
21
17
|
|