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 b2e8fb1 commit 0d4d0ccCopy full SHA for 0d4d0cc
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