Skip to content

Commit

Permalink
Merge branch 'jq/tests' of github.com-oss:react-restart/ui into jq/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jul 11, 2024
2 parents 90141d4 + 4d61263 commit 90b6b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AnchorSpec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { expect, describe, it, vi } from 'vitest';

import Anchor from '../src/Anchor';

describe.only('Anchor', () => {
describe('Anchor', () => {
it('renders an anchor tag', () => {
const { container } = render(<Anchor data-testid="anchor" />);

Expand Down

0 comments on commit 90b6b54

Please sign in to comment.