Skip to content

Commit

Permalink
yarn run eslint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
epaew committed Nov 7, 2021
1 parent 778162f commit 9f31fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/UseLoginStateManager.test.tsx
@@ -1,8 +1,8 @@
import { default as liffMock } from '@line/liff';
import { fireEvent, render, waitFor } from '@testing-library/react';
import { FC } from 'react';

import { useLoginStateManager } from '#/use-login-state-manager';
import { fireEvent, render, waitFor } from '@testing-library/react';

jest.mock('@line/liff');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/index.test.tsx
@@ -1,9 +1,9 @@
import { default as liff } from '@line/liff';
import { render, waitFor } from '@testing-library/react';
import { FC } from 'react';

import { LiffProvider, useLiff } from '#/index';
import { Liff } from '#/types';
import { render, waitFor } from '@testing-library/react';

jest.mock('@line/liff');

Expand Down

0 comments on commit 9f31fef

Please sign in to comment.