From c657959828dd8248f31d822768c3fdf22c8e5bea Mon Sep 17 00:00:00 2001 From: pojith Date: Thu, 1 Aug 2024 09:52:33 +0530 Subject: [PATCH 1/5] space --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 5ead2e7..0d06fd8 100644 --- a/test.js +++ b/test.js @@ -1,5 +1,5 @@ const t=require('./SUM'); const lp=require('./wrk') test("is sucessfully:",()=>{ expect(t("jenfier","law")).toBe("jenfierlaw")}) -test("is sucessfully:",()=>{ expect(lp()).toBe("")}) +test("is sucessfully:",()=>{ expect(lp()).toBe(" ")}) test("is sucessfully:",()=>{ expect(t("dhar","shni")).toBe("dharshni")}) \ No newline at end of file From 2a9e9d4b501e2b65cff291fac9bba111ddb8c4b8 Mon Sep 17 00:00:00 2001 From: pojith raj R <126692672+pojith@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:04:59 +0530 Subject: [PATCH 2/5] Update wrk.js From fdeff3fea34327442d686aa49a4a19e67e97bb20 Mon Sep 17 00:00:00 2001 From: pojith raj R <126692672+pojith@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:05:56 +0530 Subject: [PATCH 3/5] Update test.js --- test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.js b/test.js index 0d06fd8..c5c2d3f 100644 --- a/test.js +++ b/test.js @@ -1,5 +1,5 @@ const t=require('./SUM'); const lp=require('./wrk') test("is sucessfully:",()=>{ expect(t("jenfier","law")).toBe("jenfierlaw")}) -test("is sucessfully:",()=>{ expect(lp()).toBe(" ")}) -test("is sucessfully:",()=>{ expect(t("dhar","shni")).toBe("dharshni")}) \ No newline at end of file +test("is sucessfully:",()=>{ expect(lp()).toBe("")}) +test("is sucessfully:",()=>{ expect(t("dhar","shni")).toBe("dharshni")}) From cd8bb1c7f359e099829df4666b82aa459ee711b6 Mon Sep 17 00:00:00 2001 From: pojith raj R <126692672+pojith@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:21:15 +0530 Subject: [PATCH 4/5] Update wrk.js --- wrk.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrk.js b/wrk.js index 71fe856..d43e0c7 100644 --- a/wrk.js +++ b/wrk.js @@ -1,7 +1,7 @@ -const h =()=>{ +const p =()=>{ return ""; } - module.exports=h; + module.exports=p; ; From d96a58559c58495d5063da6b0624c67e63810178 Mon Sep 17 00:00:00 2001 From: pojith raj R <126692672+pojith@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:23:04 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e04e8a4..5343439 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # workflow_test -test workflow of the js file +test workflow using ci/cd of the js file