refactor(format): effectify FormatService as scoped service (#17675)
This commit is contained in:
parent
03d84f49c2
commit
335356280c
5 changed files with 196 additions and 108 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue