mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
run prettier and add back format action (#13722)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { expect, test } from "bun:test";
|
||||
import { bunEnv, bunExe, isWindows, ospath } from "harness";
|
||||
import { _nodeModulePaths, builtinModules, isBuiltin, wrap } from "module";
|
||||
import Module from "module";
|
||||
import { bunEnv, bunExe, ospath } from "harness";
|
||||
import Module, { _nodeModulePaths, builtinModules, isBuiltin, wrap } from "module";
|
||||
import path from "path";
|
||||
|
||||
test("builtinModules exists", () => {
|
||||
|
||||
Reference in New Issue
Block a user