wizard:minimal‍:male_sign:最小的类似Jest的单元测试框架

时间:2024-03-26 16:56:51
【文件属性】:

文件名称:wizard:minimal‍:male_sign:最小的类似Jest的单元测试框架

文件大小:4KB

文件格式:ZIP

更新时间:2024-03-26 16:56:51

TypeScript

巫师 基于内置Deno.test()最小的类似于Jest的单元测试框架。 从提取代码。 用法 // mod_test.ts import { describe , it , expect } from 'https://deno.land/x/wizard/mod.ts' describe ( 'A test suite' , ( ) => { it ( 'should sum a + b ' , ( ) => { expect ( 1 + 2 ) . toBe ( 3 ) } ) } ) 输出: Check file:///home/v1rtl/Coding/deno-libs/wizard/$deno$test.ts running 1 tests test should run the passed function ... ok (2ms) test res


【文件预览】:
wizard-master
----mod.ts(1KB)
----.github()
--------workflows()
----LICENSE(1KB)
----README.md(1KB)
----mod_test.ts(711B)

网友评论