mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-17 17:56:38 +00:00
removing console.log in test file
This commit is contained in:
parent
cc4b17f91f
commit
b54c0a487e
@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user