This commit is contained in:
Charles Bochet
2023-10-04 12:48:40 +02:00
parent bc3fe59312
commit aab2f3ab3c
28 changed files with 30 additions and 34 deletions

View File

@ -6,7 +6,7 @@ import { graphql } from 'msw';
import { AppPath } from '@/types/AppPath';
import {
PageDecorator,
type PageDecoratorArgs,
PageDecoratorArgs,
} from '~/testing/decorators/PageDecorator';
import { mockedOnboardingUsersData } from '~/testing/mock-data/users';

View File

@ -6,7 +6,7 @@ import { graphql } from 'msw';
import { AppPath } from '@/types/AppPath';
import {
PageDecorator,
type PageDecoratorArgs,
PageDecoratorArgs,
} from '~/testing/decorators/PageDecorator';
import { mockedOnboardingUsersData } from '~/testing/mock-data/users';

View File

@ -4,7 +4,7 @@ import { fireEvent, within } from '@storybook/testing-library';
import { AppPath } from '@/types/AppPath';
import {
PageDecorator,
type PageDecoratorArgs,
PageDecoratorArgs,
} from '~/testing/decorators/PageDecorator';
import { graphqlMocks } from '~/testing/graphqlMocks';