MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / App.test.tsx

File App.test.tsx

react-unit-test/src/App.test.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { render, fireEvent, waitFor, renderHook } from '@testing-library/react';
2import { act } from 'react-dom/test-utils';
3import Toggle from './Toggle';
4import useCounter from './useCounter';

Callers

nothing calls this directly

Calls 4

renderFunction · 0.90
useCounterFunction · 0.85
incrementFunction · 0.85
decrementFunction · 0.85

Tested by

no test coverage detected