mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { test, expect } from "bun:test";
|
||||
import { expect, test } from "bun:test";
|
||||
import { bunEnv, bunExe, tempDir } from "harness";
|
||||
import { join } from "path";
|
||||
|
||||
@@ -187,4 +187,4 @@ console.log(element);
|
||||
expect(stdout).toContain("flag={false}");
|
||||
expect(stdout).toContain("value={undefined}");
|
||||
expect(stdout).toContain("handler={[Function: handler]}");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user