refactor(format): effectify FormatService as scoped service (#17675)

This commit is contained in:
Kit Langton
2026-03-16 15:58:36 -04:00
committed by GitHub
parent 03d84f49c2
commit 335356280c
5 changed files with 201 additions and 113 deletions

View File

@@ -132,7 +132,7 @@ describe("file/time", () => {
await Instance.provide({
directory: tmp.path,
fn: async () => {
FileTime.read(sessionID, filepath)
await FileTime.read(sessionID, filepath)
await Bun.sleep(100)
await fs.writeFile(filepath, "modified", "utf-8")