巫师
基于内置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
评论0
最新资源