We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e362487 commit 89abae8Copy full SHA for 89abae8
src/02-object-param.problem.ts
@@ -17,5 +17,5 @@ it("Should add the two numbers together", () => {
17
first: 10,
18
second: 20,
19
}),
20
- ).toEqual(20);
+ ).toEqual(30);
21
});
0 commit comments