From ff606bd2fb449d42bb9f822d87f0b7415a237afa Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 04:14:09 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- test/js/bun/console/jsx-formatting.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/js/bun/console/jsx-formatting.test.ts b/test/js/bun/console/jsx-formatting.test.ts index 46be49c91e..bf79ce6167 100644 --- a/test/js/bun/console/jsx-formatting.test.ts +++ b/test/js/bun/console/jsx-formatting.test.ts @@ -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]}"); -}); \ No newline at end of file +});