Simplifies search through relations usage (#126)

This commit is contained in:
Charles Bochet
2023-05-17 23:10:00 +02:00
committed by GitHub
parent 434e020846
commit cdc9e24ac0
15 changed files with 455 additions and 491 deletions

View File

@ -1,4 +1,4 @@
import { cityFilter } from '../people-table';
import { cityFilter } from '../people-filters';
describe('PeopleFilter', () => {
it(`should render the filter ${cityFilter.key}`, () => {
@ -11,8 +11,9 @@ describe('PeopleFilter', () => {
lastname: 'Doe',
phone: '0123456789',
creationDate: new Date(),
pipe: null,
pipes: [],
company: null,
__typename: 'people',
}),
).toMatchSnapshot();
});