Skip to content

Commit 2ddcfad

Browse files
committed
test: remove console.log from valueFromType test
1 parent fb054d6 commit 2ddcfad

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/valueFromType.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ describe('getValueFromType', () => {
7979
`;
8080
const result = getValueFromType(type, DATA_TYPES);
8181

82-
console.log(result)
83-
8482
expect(result.value).toEqual({
8583
body: {
8684
userNames: ['']

0 commit comments

Comments
 (0)