Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Oct 18, 2022
1 parent c7eb42f commit 3519bf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/features/transformer-path-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export const testPathMetaTransformer = () => {
method: 'POST',
body: { id, content: 'Index' }
})
console.log(transformed);

const fullPath = id.replace(/:/g, '/')
expect(transformed).toHaveProperty('_id')
Expand Down

0 comments on commit 3519bf5

Please sign in to comment.