Skip to content

Commit 437ce80

Browse files
committed
add comment
1 parent 1b17e9a commit 437ce80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ describe('TypeScript Mongo', () => {
250250
expect(result).toBeSimilarStringTo(`
251251
nullableColumnMap: {
252252
level?: Maybe<string>,
253-
},`); // map with ;
253+
},`); // map with nullable field;
254254
expect(result).toBeSimilarStringTo(`
255255
nonNullableColumnMap: {
256256
level: string,
257-
},`);
257+
},`); // map with non-nullable field
258258
await validate(result, schema, {});
259259
});
260260

0 commit comments

Comments
 (0)