We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7c622 commit 5981433Copy full SHA for 5981433
test/scenarios/bookshop/read.test.js
@@ -49,17 +49,9 @@ describe('Bookshop - Read', () => {
49
}
50
})
51
52
- test.skip('Books $count in orderby', async () => {
53
- const res = await GET(
54
- `/admin/Authors?$select=name&$expand=books($count=true)&$orderby=books/$count desc`, admin
55
- )
56
- })
+ test.skip('Books $count in orderby')
57
58
- test.skip('Books $count in filter', async () => {
59
60
- `/admin/Authors?$select=name&$expand=books($count=true)&$filter=books/$count eq 2`, admin
61
62
+ test.skip('Books $count in filter')
63
64
test('Books with groupby with path expression and expand result', async () => {
65
const res = await GET(
0 commit comments