Migrate to biome

This commit is contained in:
marocchino 2025-04-09 21:20:28 +09:00
parent e24be28b0d
commit cce8920b20
No known key found for this signature in database
GPG key ID: F54107506CCF18D0
15 changed files with 433 additions and 2243 deletions

View file

@ -250,9 +250,7 @@ describe("path", () => {
ignoreEmpty: false,
skipUnchanged: false
})
expect(await require("../src/config").getBody()).toEqual(
"hi there\n\nhey there\n"
)
expect(await require("../src/config").getBody()).toEqual("hi there\n\nhey there\n")
})
test("when not exists return null string", async () => {