mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-28 16:38:51 +00:00
Migrate to biome
This commit is contained in:
parent
e24be28b0d
commit
cce8920b20
15 changed files with 433 additions and 2243 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue