Skip to content

Commit

Permalink
here you go, lint
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed Nov 21, 2023
1 parent 315795a commit 4ca67e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/pages/about-build.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import {fireEvent, render, screen} from '@testing-library/react';
import {BrowserRouter as Router} from 'react-router-dom';
import AboutBuild from './about-build';
import {doDumpDownload, progressiveSaveFiles} from '../../sync/data-dump';
import {progressiveSaveFiles} from '../../sync/data-dump';
import {expect, test, vi} from 'vitest';

vi.mock('../../sync/data-dump', () => ({
Expand Down

0 comments on commit 4ca67e6

Please sign in to comment.