From d9cec6010008040cc2cbbe43be1d16ebbad44e39 Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Mon, 19 Jun 2023 12:19:29 -0400 Subject: ex4.3 implement jest tests --- part4/blog/utils/list_helper.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 part4/blog/utils/list_helper.js (limited to 'part4/blog/utils') diff --git a/part4/blog/utils/list_helper.js b/part4/blog/utils/list_helper.js new file mode 100644 index 0000000..e52c23c --- /dev/null +++ b/part4/blog/utils/list_helper.js @@ -0,0 +1,5 @@ +const dummy = (blogs) => { + return 1 +} + +module.exports = {dummy} -- cgit v1.2.3