We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4147b commit cba19e9Copy full SHA for cba19e9
1 file changed
packages/js/core/src/__tests__/typesHandler.spec.ts
@@ -41,9 +41,6 @@ describe('typesHandler', () => {
41
42
const stringified = JSON.stringify(myObject, typesHandler, 2);
43
44
- console.log(expected)
45
- console.log(stringified)
46
-
47
expect(stringified).toEqual(expected);
48
});
49
0 commit comments