Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 453 Bytes

compat

Since Unitest is Deno-first, it is designed to work best in a Deno environment with the best performance. For this reason, it uses the Deno runtime API.

Unitest, on the other hand, is universal and aims to work in any browser or Node.js environment. For those environments, we provide a compat module instead of the Deno runtime API.

compat table

Deno Runtime API compat
Deno.test it