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 +});