Skip to content

Commit

Permalink
Add jsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
twk3 committed Dec 14, 2023
1 parent e124bb4 commit e71dda9
Show file tree
Hide file tree
Showing 57 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import { ResponsiveProvider } from '../../ResponsiveProvider';

import { SplitsExpandedProvider, TransactionTable } from './TransactionsTable';

jest.mock('loot-core/src/platform/client/fetch');
jest.mock('../../hooks/useFeatureFlag', () => jest.fn().mockReturnValue(false));
vi.mock('loot-core/src/platform/client/fetch');
vi.mock('../../hooks/useFeatureFlag', () => vi.fn().mockReturnValue(false));

const accounts = [generateAccount('Bank of America')];
const payees = [
Expand Down

0 comments on commit e71dda9

Please sign in to comment.