Skip to content

Commit a01ab00

Browse files
[autofix.ci] apply automated fixes
1 parent 716a91d commit a01ab00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/regression/issue/20131.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { test, expect } from "bun:test";
2-
import { bunEnv, bunExe, tempDirWithFiles } from "harness";
1+
import { expect, test } from "bun:test";
2+
import { tempDirWithFiles } from "harness";
33

44
test("CSS file has correct MIME type in Bun.build result", async () => {
55
const dir = tempDirWithFiles("css-mime-type-test", {
@@ -29,4 +29,4 @@ test("CSS file has correct MIME type in Bun.build result (in-memory)", async ()
2929
expect(result.outputs).toHaveLength(1);
3030
expect(result.outputs[0].type).toBe("text/css;charset=utf-8");
3131
expect(result.outputs[0].kind).toBe("asset");
32-
});
32+
});

0 commit comments

Comments
 (0)