Skip to content

Commit a84cf6e

Browse files
committed
remove weird comment
1 parent 3fed45f commit a84cf6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,12 @@ describe('Swagger', () => {
304304
{
305305
format: 'date',
306306
type: 'string',
307-
default: expect.any(String) // this is the correct syntax
307+
default: expect.any(String)
308308
},
309309
{
310310
format: 'date-time',
311311
type: 'string',
312-
default: expect.any(String) // this is the correct syntax
312+
default: expect.any(String)
313313
},
314314
{
315315
type: 'number'

0 commit comments

Comments
 (0)