Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thecarlo committed Apr 28, 2024
1 parent 5e75779 commit a6c9219
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/GeneratePassword/index.test.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import React from 'react';
import { PasswordMode } from '@enums/passwordMode';
import {
cleanup,
fireEvent,
render,
screen,
within,
} from '@testing-library/react';
import { cleanup, fireEvent, render, screen } from '@testing-library/react';
import { waitFor } from '@testing-library/react';
import { afterEach, describe, expect, it, vi } from 'vitest';

Expand Down

0 comments on commit a6c9219

Please # to comment.