LibJS/Tests: Remove two leftover console.log() calls

This commit is contained in:
Linus Groh 2021-07-28 18:28:53 +01:00
commit 2ba338869b
Notes: sideshowbarker 2024-07-18 07:58:26 +09:00
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
test("use with array", () => {
let names = Object.getOwnPropertySymbols([1, 2, 3]);
console.log(names);
expect(names).toEqual([]);
});