АБ
Size: a a a
АБ
О
О
VR
VR
АБ
import React from 'react' - это нарушение nda? ты скинул именно код с проекта? или просто условный кусок кода которым пользуются все?АБ
A
AK
АБ
О
АБ
говно в нейминге используй. просто есть подозрение что придешь в следующий раз с проблемой, а код показывать откажешься изза NDAz
IB
z
z
В

L🌲

P
it("renders a PatientDetails", async () => {
const { container } = render(
<MemoryRouter>
<PatientDetails store={store} />
</MemoryRouter>
);
await waitFor(() => {
const identifiedInput = container.querySelector(".identified input");
fireEvent.change(identifiedInput, { target: { value: '__/__/____' } });
});
expect(container).toMatchSnapshot();
});
почему fireEvent не меняет значение инпута в контейнереВ
export const emptyFunction = (): void => void 0;