Skip to content

Commit

Permalink
refactor: Convert label to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jul 5, 2024
1 parent d012ac6 commit bf2478a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { render } from '@testing-library/react';
import { renderLabel } from "./label";

import { describe, it, expect } from 'vitest';

describe('renderLabel', () => {

it('renders FontAwesome label correctly', () => {
Expand Down

0 comments on commit bf2478a

Please sign in to comment.