From 37a7841d9c3d3dbd73bdd75a0471d01e73f03c94 Mon Sep 17 00:00:00 2001 From: kesharibhai84 Date: Thu, 11 Apr 2024 00:10:32 +0530 Subject: [PATCH] step2 --- tests/step-02/index.test.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/step-02/index.test.js b/tests/step-02/index.test.js index 71cc10de2..a5467ee48 100644 --- a/tests/step-02/index.test.js +++ b/tests/step-02/index.test.js @@ -1,6 +1,4 @@ -// tests/index.test.js - -const readCSV = require('../src/csvReader'); +const readCSV = require('../../src/csvReader'); test('Read CSV File', async () => { const data = await readCSV('./sample.csv');