Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yunsii committed Mar 22, 2024
1 parent 4892f28 commit f2fd8f6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/cli/src/api/catalog/getCatalogs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,11 @@ describe("getCatalogForFile", () => {
)
const catalogs = [catalog]

expect(getCatalogForFile("./src/locales/[...asd]/en.po", catalogs)).toEqual({
locale: "en",
catalog,
})
expect(getCatalogForFile("./src/locales/[...asd]/en.po", catalogs)).toEqual(
{
locale: "en",
catalog,
}
)
})
})

0 comments on commit f2fd8f6

Please sign in to comment.