Skip to content

Commit

Permalink
test: update suite name
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 20, 2024
1 parent bb79743 commit 07f7863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/buttons/Button.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { shell } from 'electron';
import type { Link } from '../../types';
import { Button, type IButton } from './Button';

describe('components/fields/Button.tsx', () => {
describe('components/buttons/Button.tsx', () => {
const openExternalMock = jest.spyOn(shell, 'openExternal');

const props: IButton = {
Expand Down
4 changes: 2 additions & 2 deletions src/components/buttons/__snapshots__/Button.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07f7863

Please sign in to comment.