Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/redis/vendor/https/deno.land/std/testing

πŸ¦• Redis client for Deno πŸ•
Very Popular
Go to Latest
Index
asserts.ts

A library of assertion functions. If the assertion is false an AssertionError will be thrown which will result in pretty-printed diff of failing assertion.

bdd.ts

A BDD interface to Deno.test() API.