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 ef03214 + 48f5963 commit 65ddeefCopy full SHA for 65ddeef
test.js
@@ -2,4 +2,4 @@ const t=require('./SUM');
2
const lp=require('./wrk')
3
test("is sucessfully:",()=>{ expect(t("jenfier","law")).toBe("jenfierlaw")})
4
test("is sucessfully:",()=>{ expect(lp()).toBe("")})
5
-test("is sucessfully:",()=>{ expect(t("dhar","shni")).toBe("dharshni")})
+test("is sucessfully:",()=>{ expect(t("dhar","shni")).toBe("dharshni")})
0 commit comments