Skip to content

Commit 2897ce8

Browse files
committed
Cleanup
1 parent 3537496 commit 2897ce8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/plugins/typescript/mongodb/tests/typescript-mongo.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ describe('TypeScript Mongo', () => {
295295

296296
it('Should output the correct values with nonSchemaOptionalField', async () => {
297297
const result = await plugin(schema, [], {}, { outputFile: '' });
298-
console.log({ result });
299298
expect(result).toContain(`nonSchemaOptionalField?: string`); // non schema optional additional field
300299
await validate(result, schema, {});
301300
});

0 commit comments

Comments
 (0)