1. 首页
  2. 数据库
  3. 其它
  4. uvu:uvu是Node.js和浏览器的极其快速和轻量级的测试运行程序 源码

uvu:uvu是Node.js和浏览器的极其快速和轻量级的测试运行程序 源码

上传者: 2021-05-04 20:44:44上传 ZIP文件 164.9KB 热度 8次
uvu是Node.js和浏览器的极其快速和轻量级的测试运行程序ültimate V elocity,U nleashed 特征 单独可执行的测试文件 支持async / await测试 支持本地ES模块 兼容浏览器 熟悉的API 安装 $ npm install --save-dev uvu 用法 查看以获取可用演示列表! // tests/demo.js import { test } from 'uvu' ; import * as assert from 'uvu/assert' ; test ( 'Math.sqrt()' , ( ) => { assert . is ( Math . sqrt ( 4 ) , 2 ) ; assert . is ( Math . sqrt ( 144 ) , 12 ) ; assert . is ( Math . sqrt ( 2
用户评论