Skip to content

Commit

Permalink
style: change test name into English
Browse files Browse the repository at this point in the history
  • Loading branch information
siloneco committed Nov 10, 2023
1 parent eb474a5 commit 8caa32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Popover/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { render } from '@testing-library/react';
import '@testing-library/jest-dom';
import { Popover, PopoverTrigger, PopoverContent } from '.';

describe('ui/Popoverのテスト', () => {
describe('test ui/Popover', () => {
it('renders trigger text correctly', () => {
const triggerText = 'Trigger';
const screen = render(
Expand Down

0 comments on commit 8caa32a

Please sign in to comment.