|
@@ -429,7 +429,9 @@ describe('fetchCollection', () => {
|
|
|
|
|
|
|
|
// @ts-expect-error Needed to avoid 'Cannot stringify non POJO' occasional bugs
|
|
// @ts-expect-error Needed to avoid 'Cannot stringify non POJO' occasional bugs
|
|
|
// eslint-disable-next-line
|
|
// eslint-disable-next-line
|
|
|
- expect(result.toJSON()).toEqual('Computed result from fetchCollection at : api/dummyResource')
|
|
|
|
|
|
|
+ expect(result.toJSON()).toEqual(
|
|
|
|
|
+ 'Computed result from fetchCollection at : api/dummyResource',
|
|
|
|
|
+ )
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
test('with a parent', async () => {
|
|
test('with a parent', async () => {
|