Skip to content

Commit f1c1637

Browse files
committed
fixup! format
1 parent d39f29c commit f1c1637

File tree

1 file changed

+1
-2
lines changed
  • packages/unenv-preset/tests/worker

1 file changed

+1
-2
lines changed

packages/unenv-preset/tests/worker/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import assert from "node:assert";
22

3-
43
// List all the test functions.
54
// The test can be executing by fetching the `/${testName}` url.
65
export const TESTS = {
@@ -164,4 +163,4 @@ export async function testNet() {
164163
assert.strictEqual(typeof net, "object");
165164
assert.strictEqual(typeof net.createConnection, "function");
166165
assert.throws(() => net.createServer(), /not implemented/);
167-
}
166+
}

0 commit comments

Comments
 (0)