Skip to content

Commit 41b49fd

Browse files
authored
Merge pull request #15 from pojith/aitest
is added space
2 parents 65ddeef + d96a585 commit 41b49fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# workflow_test
2-
test workflow of the js file
2+
test workflow using ci/cd of the js file

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")})

wrk.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
const h =()=>{
1+
const p =()=>{
22
return "";
33
}
44

5-
module.exports=h;
5+
module.exports=p;
66

77
;

0 commit comments

Comments
 (0)