mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-24 16:39:31 +02:00
fix: test file fix since function behaviour improved
This commit is contained in:
@@ -70,7 +70,7 @@ describe('main function', () => {
|
||||
csvToInsert
|
||||
});
|
||||
expect(result).toBe(
|
||||
'name,email,age\nAlice,alice@mail.com,30\nBob,bob@mail.com,25'
|
||||
'email,name,age\nalice@mail.com,Alice,30\nbob@mail.com,Bob,25'
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user