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 65ddeef + d96a585 commit 41b49fdCopy full SHA for 41b49fd
README.md
@@ -1,2 +1,2 @@
1
# workflow_test
2
-test workflow of the js file
+test workflow using ci/cd of the js file
test.js
@@ -2,4 +2,4 @@ const t=require('./SUM');
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")})
wrk.js
@@ -1,7 +1,7 @@
-const h =()=>{
+const p =()=>{
return "";
}
- module.exports=h;
+ module.exports=p;
6
7
;
0 commit comments