fix(hermes): sort imports in test file for biome compliance
This commit is contained in:
@@ -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, "..");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user