【Testing Library】React Componentをモック化する
Vitest × Testing LibraryでReactのFunction Componentをモック化したい時。
例えば上記のような<ParentComponent/>
をレンダリングした時に<ChildComponent/>
がレンダリングされることを検証したい。ちなみに<ChildComponent/>
は何らかの理由でモック化したいという前提。
解決法
もしnamed exportしている場合はキー名を変えればよい。