We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4b4a1 commit 7ff85eaCopy full SHA for 7ff85ea
amplify-migration-apps/mood-board/tests/api.test.ts
@@ -106,7 +106,7 @@ describe('guest', () => {
106
expect(items.length).toBeGreaterThanOrEqual(1);
107
const found = items.find((b: any) => b.id === created.id);
108
expect(found).toBeDefined();
109
- expect(found.name).toBe(name);
+ expect(found.name).toBe(`📌 ${name}`);
110
});
111
112
0 commit comments