Skip to content

Commit 65ddeef

Browse files
authored
Merge pull request #14 from pojith/revert-12-test-2
Revert "Test 2"
2 parents ef03214 + 48f5963 commit 65ddeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ const t=require('./SUM');
22
const lp=require('./wrk')
33
test("is sucessfully:",()=>{ expect(t("jenfier","law")).toBe("jenfierlaw")})
44
test("is sucessfully:",()=>{ expect(lp()).toBe("")})
5-
test("is sucessfully:",()=>{ expect(t("dhar","shni")).toBe("dharshni")})
5+
test("is sucessfully:",()=>{ expect(t("dhar","shni")).toBe("dharshni")})

0 commit comments

Comments
 (0)