Skip to content

Commit e1275df

Browse files
committed
Remove old filtering test
1 parent bf30e9e commit e1275df

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/items.test.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,5 @@ describe('all', () => {
9090
expect(body.data['/rover2'].views).toBeDefined()
9191
expect(body.data['/rover2'].views.length).toBe(1)
9292
})
93-
94-
it('should not filter if filter is set to false', async () => {
95-
await request(`${url}/rover`)
96-
await request(`${url}/rover2`)
97-
await request(`${url}/route`)
98-
const body = JSON.parse(await request(`${url}/rover?all=true&filter=false`))
99-
expect(Object.keys(body.data).length).toBe(3)
100-
})
10193
})
10294
})

0 commit comments

Comments
 (0)