From 0600fb44c23c7a2866f1c31b7c34ffa0f6df7cae Mon Sep 17 00:00:00 2001 From: Kerboul Date: Wed, 12 Feb 2025 07:58:17 +0000 Subject: [PATCH] =?UTF-8?q?D=C3=A9commenter=20la=20fonction=20getSmileImag?= =?UTF-8?q?e=20dans=20tester.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/tester.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/tester.js b/test/tester.js index 2248f39..f5aed2b 100644 --- a/test/tester.js +++ b/test/tester.js @@ -14,9 +14,9 @@ const path = require('path'); // console.error('Error testing database functions:', error); // } -// function getSmileImage() { -// return path.join(__dirname, '../sample/smile.png'); -// } +function getSmileImage() { + return path.join(__dirname, '../sample/smile.png'); +} // //test de lancement d'une création de vidéo sur le projet 1 // // videoManager.createVideo(1).then(res => {