mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-18 22:02:08 +05:30
removing console.log in test file
This commit is contained in:
parent
cc4b17f91f
commit
b54c0a487e
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ describe('shuffle function', () => {
|
|||
splitSeparator,
|
||||
joinSeparator
|
||||
);
|
||||
console.log(result);
|
||||
expect(result.split(joinSeparator).length).toBe(4);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue