Update test
This commit is contained in:
parent
656b2be364
commit
481e601878
|
|
@ -3,13 +3,11 @@ import {getMinimalMe} from '../../../support/helpers';
|
|||
const getOperations = ({readOnly}) => ({
|
||||
MeQuery: getMinimalMe({readOnly}),
|
||||
NewsTeasers: {
|
||||
newsTeasers: {
|
||||
edges: [
|
||||
newsTeasers: [
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
]
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue