Skip to content
2 changes: 2 additions & 0 deletions lib/src/commands/pull.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const createMockTextItem = (overrides: Partial<TextItem> = {}) => ({
notes: "",
tags: [],
variableIds: [],
pluralForm: null,
projectId: "project-1",
variantId: null,
...overrides,
Expand All @@ -41,6 +42,7 @@ const createMockComponent = (overrides: Partial<Component> = {}) => ({
notes: "",
tags: [],
variableIds: [],
pluralForm: null,
folderId: null,
variantId: null,
...overrides,
Expand Down
Loading