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,
|
||||
joinSeparator
|
||||
);
|
||||
console.log(result);
|
||||
expect(result.split(joinSeparator).length).toBe(4);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user