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 8c87a48 + 127b934 commit ef03214Copy full SHA for ef03214
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