Skip to content
Snippets Groups Projects

Hin 1020

Merged Tania Fecheta requested to merge hin-1020 into develop
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -90,6 +90,7 @@ describe('Get collections route handler', () => {
expect(data).toHaveLength(2)
expect(data[0].type).toEqual('collection')
expect(data[0]).toHaveProperty('visibleStatus')
expect(data[0].currentVersion.recommendations).toHaveLength(3)
})
})