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 dccd6ae commit 548be25Copy full SHA for 548be25
1 file changed
tests/e2e/orm/client-api/find.test.ts
@@ -126,13 +126,6 @@ describe('Client find tests ', () => {
126
email: 'u2@test.com',
127
});
128
129
- // multiple sorting conditions in one object
130
- await expect(
131
- client.user.findFirst({
132
- orderBy: { role: 'asc', email: 'desc' },
133
- }),
134
- ).resolves.toMatchObject({ email: 'u2@test.com' });
135
-
136
// multiple sorting conditions in array
137
await expect(
138
client.user.findFirst({
0 commit comments