Skip to content

Commit

Permalink
step2
Browse files Browse the repository at this point in the history
  • Loading branch information
kesharibhai84 committed Apr 10, 2024
1 parent f87fcaa commit 37a7841
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/step-02/index.test.js
Original file line number Diff line number Diff line change
@@ -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');
Expand Down

0 comments on commit 37a7841

Please sign in to comment.