mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-17 18:44:02 +01: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