jsdom testing mocks:一组用于在jsdom环境中模拟浏览器行为的工具 源码
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
文件列表
jsdom-testing-mocks-master.zip
(预估有个26文件)
jsdom-testing-mocks-master
example
package.json
635B
intersection-observer
global-observer
GlobalObserver.tsx
1KB
useIntersection.ts
1KB
index.html
342B
.npmignore
24B
tsconfig.json
438B
暂无评论