[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-23 04:14:09 +00:00
committed by GitHub
parent 89066c0d3a
commit ff606bd2fb

View File

@@ -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]}");
});
});