fix(hermes): sort imports in test file for biome compliance
CI / test (pull_request) Successful in 1m8s

This commit is contained in:
2026-05-27 01:35:19 +00:00
parent ac53128ff7
commit 4b442bb251
@@ -1,6 +1,6 @@
import { describe, expect, test } from "bun:test";
import { readFileSync } from "node:fs"; import { readFileSync } from "node:fs";
import { join } from "node:path"; import { join } from "node:path";
import { describe, expect, test } from "bun:test";
const PKG_ROOT = join(import.meta.dir, ".."); const PKG_ROOT = join(import.meta.dir, "..");