std/testing
deprecated
std/assertを使う
単体テストで用いるassertion用関数を提供するdeno_std module
/icons/GitHub.icondeno_std/testing at main · denoland/deno_std
/icons2/deno.iconhttps://deno.land/std/testing
内容物
assertion用関数
https://deno.land/std/testing/asserts.ts
benchmark用関数
https://deno.land/std/testing/bench.ts
使い方