Skip to content

Commit cba19e9

Browse files
committed
chore: remove console log from type handle tests
1 parent 0d4147b commit cba19e9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/js/core/src/__tests__/typesHandler.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ describe('typesHandler', () => {
4141

4242
const stringified = JSON.stringify(myObject, typesHandler, 2);
4343

44-
console.log(expected)
45-
console.log(stringified)
46-
4744
expect(stringified).toEqual(expected);
4845
});
4946

0 commit comments

Comments
 (0)