fix(hermes): sort imports in test file for biome compliance
CI / test (pull_request) Successful in 1m8s
CI / test (pull_request) Successful in 1m8s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, expect, test } from "bun:test";
|
||||
import { readFileSync } from "node:fs";
|
||||
import { join } from "node:path";
|
||||
import { describe, expect, test } from "bun:test";
|
||||
|
||||
const PKG_ROOT = join(import.meta.dir, "..");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user