We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3d7df commit 2b79dffCopy full SHA for 2b79dff
test/types/schema_helpers.test-d.ts
@@ -79,7 +79,7 @@ expectAssignable<SchemaWithIdType | null>(
79
await typeTestCollection.findOneAndReplace({ a: 1 }, { a: 5 })
80
);
81
expectAssignable<SchemaWithIdInterface | null>(
82
- await interfaceTestCollection.findOneAndReplace({ a: 1 }, { a: 5 })
+ await interfaceTestCollection.findOneAndReplace({ a: 1 }, { a: 5 })
83
84
expectAssignable<SchemaWithIdType | null>(
85
await typeTestCollection.findOneAndUpdate({ a: 1 }, { a: 5 })
0 commit comments