fix(types): pluralize settings (#13558)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@medusajs/types": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix(types): pluralize word settings
|
||||||
@@ -11,6 +11,7 @@ describe("Pluralize", () => {
|
|||||||
expectTypeOf<Pluralize<"species">>().toEqualTypeOf<"species">()
|
expectTypeOf<Pluralize<"species">>().toEqualTypeOf<"species">()
|
||||||
expectTypeOf<Pluralize<"deer">>().toEqualTypeOf<"deer">()
|
expectTypeOf<Pluralize<"deer">>().toEqualTypeOf<"deer">()
|
||||||
expectTypeOf<Pluralize<"info">>().toEqualTypeOf<"info">()
|
expectTypeOf<Pluralize<"info">>().toEqualTypeOf<"info">()
|
||||||
|
expectTypeOf<Pluralize<"settings">>().toEqualTypeOf<"settings">()
|
||||||
})
|
})
|
||||||
|
|
||||||
test("pluralize words ending with fe", () => {
|
test("pluralize words ending with fe", () => {
|
||||||
|
|||||||
@@ -335,6 +335,7 @@ type UncountableRules =
|
|||||||
| "salmon"
|
| "salmon"
|
||||||
| "scissors"
|
| "scissors"
|
||||||
| "series"
|
| "series"
|
||||||
|
| "settings"
|
||||||
| "sewage"
|
| "sewage"
|
||||||
| "shambles"
|
| "shambles"
|
||||||
| "shrimp"
|
| "shrimp"
|
||||||
|
|||||||
Reference in New Issue
Block a user