登录 注册
当前位置:主页 > 资源下载 > 50 > jest-environment-jsdom-latest提供了最新的jsdom API和功能,用于构建模拟浏览器环境进行测试

jest-environment-jsdom-latest提供了最新的jsdom API和功能,用于构建模拟浏览器环境进行测试

  • 更新:2024-10-23 12:57:26
  • 大小:140KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

笑话环境jsdom最新 在Jest环境中使用最新的jsdom API和功能。 安装 npm install jest-environment-jsdom-latest 用法 在index.spec.js或任何版本中: /** * @jest -environment jsdom-latest */ test ( 'use the latest jsdom features in this test file' , ( ) => { const element = document . createElement ( 'div' ) ; expect ( element ) . not . toBeNull ( ) ; } ) ; 动机 从v10开始, jsdom具有新的API和一些很酷的新功能。 缺点是现在它需要Node版本> = 6。 如Jest文档( here )中所