Adjust testing with localization
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { render, screen, cleanup } from "@testing-library/react";
|
||||
import {
|
||||
renderWithProviders as render,
|
||||
screen,
|
||||
cleanup,
|
||||
} from "../utils/test-utils";
|
||||
import { vi, describe, test, expect, afterEach } from "vitest";
|
||||
import QuoteBlock from "../../app/components/QuoteBlock";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user