We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3304af6 + c483ad6 commit 99826b7Copy full SHA for 99826b7
src/app/dashboard/__tests__/page.test.tsx
@@ -79,10 +79,9 @@ describe("Dashboard Page Tests", () => {
79
it("should show Green button for Hello World if completed", async () => {
80
// Override the mock for THIS test to simulate completion
81
mockEq.mockResolvedValue({
82
- data: [{ quiz_id: "hello-world" }],
+ data: [{ quest_id: "hello-world" }],
83
error: null,
84
});
85
-
86
const page = await DashboardPage();
87
render(page);
88
0 commit comments