We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39f29c commit f1c1637Copy full SHA for f1c1637
packages/unenv-preset/tests/worker/index.ts
@@ -1,6 +1,5 @@
1
import assert from "node:assert";
2
3
-
4
// List all the test functions.
5
// The test can be executing by fetching the `/${testName}` url.
6
export const TESTS = {
@@ -164,4 +163,4 @@ export async function testNet() {
164
163
assert.strictEqual(typeof net, "object");
165
assert.strictEqual(typeof net.createConnection, "function");
166
assert.throws(() => net.createServer(), /not implemented/);
167
-}
+}
0 commit comments