jsdom-testing-mocks 一组用于在jsdom环境中模拟浏览器行为的工具 安装 npm install --save-dev jsdom-testing-mocks 或者 yarn add -D jsdom-testing-mocks 模拟视口 模拟matchMedia ,允许根据视口描述测试组件的行为(支持所有 )。渲染组件之前必须先调用mockViewport 使用React Testing Library示例: import { mockViewport } from 'jsdom-testing-mocks' ; it ( 'shows the right lines on desktop and mobile' , ( ) => { const viewport = mockViewport ( { width : '320px' , height : '56