Skip to content

Commit ef03214

Browse files
authored
Merge pull request #12 from pojith/test-2
Test 2
2 parents 8c87a48 + 127b934 commit ef03214

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)