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
commit 335356280c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 196 additions and 108 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")