fix: remove unused within import in orders test (TS strict)

This commit is contained in:
Celes Renata
2026-04-21 06:57:26 +00:00
parent 170db13da9
commit 680e7ab1b8
+1 -1
View File
@@ -1,5 +1,5 @@
import { describe, it, expect } from 'vitest';
import { screen, waitFor, within } from '@testing-library/react';
import { screen, waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { HttpResponse, http } from 'msw';
import { renderRoute } from './render';