Skip to content

Commit abfbaf1

Browse files
committed
fix(tests): align prompt-card fixtures with the current note shape
1 parent b418bef commit abfbaf1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

‎app/src/components/PromptCards.test.tsx‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ describe("PromptCards vertical resizing & persistence", () => {
4343
models: {},
4444
model: null,
4545
bubbleTags: {},
46+
bubbleIssues: {},
47+
issueStates: {},
48+
remote: null,
4649
project: null,
47-
onHold: false,
50+
mark: "off",
4851
},
4952
children: [
5053
{

‎app/vitest.config.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ export default defineConfig({
66
pool: "threads",
77
include: ["src/**/*.test.{ts,tsx}"],
88
setupFiles: ["src/test/setup.ts"],
9-
pool: "threads",
109
},
1110
});

0 commit comments

Comments
 (0)