mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +02:00
removing console.log in test file
This commit is contained in:
@@ -18,7 +18,6 @@ describe('shuffle function', () => {
|
|||||||
splitSeparator,
|
splitSeparator,
|
||||||
joinSeparator
|
joinSeparator
|
||||||
);
|
);
|
||||||
console.log(result);
|
|
||||||
expect(result.split(joinSeparator).length).toBe(4);
|
expect(result.split(joinSeparator).length).toBe(4);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user