mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix formatters not running in CI + delete unnecessary files (#19433)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { join, resolve } from "path";
|
||||
import { bunExe, bunEnv } from "harness";
|
||||
import type { SpawnOptions } from "bun";
|
||||
import { bunEnv, bunExe } from "harness";
|
||||
import { join, resolve } from "path";
|
||||
|
||||
const fixturePath = (...segs: string[]) => resolve(import.meta.dirname, "fixtures", "preload", ...segs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user