4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
|
|
// Import jest-dom matchers
|
||
|
|
// This must be in setupFilesAfterEnv, not setupFiles
|
||
|
|
import '@testing-library/jest-dom';
|