Skip to content

Commit 40037a5

Browse files
committed
update test
1 parent 2de54e2 commit 40037a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/index.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ describe('validation tests', () => {
2727
})
2828

2929
it('passes', async () => {
30-
const res = await validate('[email protected]')
31-
console.log('res', res)
30+
const res = await validate('[email protected]')
3231
expect(res).toMatchSnapshot()
3332
})
3433
})

0 commit comments

Comments
 (0)