diff --git a/tests/functions-and-arrays.spec.js b/tests/functions-and-arrays.spec.js
index 21ec1130c..0438aef8c 100644
--- a/tests/functions-and-arrays.spec.js
+++ b/tests/functions-and-arrays.spec.js
@@ -1,3 +1,6 @@
+/* 
+
+*/
 const shuffle = (currentArray) => {
   const array = [...currentArray];
   let counter = array.length;