Skip to content

Commit

Permalink
test(clerk-js): Update tests fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Oct 18, 2024
1 parent ad85523 commit 1331544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React from 'react';
import { bindCreateFixtures } from '../../utils/test/createFixtures';
import { LinkRenderer } from '../LinkRenderer';

const { createFixtures } = bindCreateFixtures('UserProfile');
const { createFixtures } = bindCreateFixtures('SignUp');

describe('LinkRenderer', () => {
it('renders a simple link', async () => {
Expand Down

0 comments on commit 1331544

Please sign in to comment.