Back to Deno

Checkin: A Tiny Testing Tool for `deno_core`

libs/core_testing/README.md

2.7.14594 B
Original Source

Checkin: A Tiny Testing Tool for deno_core

Why Checkin?

Dino : Deno :: Chicken : Checkin

Also because it checks how deno_core works. Yuk yuk.

Overview

Checkin is a tiny testing tool designed to exercise the functionality of deno_core. It implements a very small standard library which is just enough to exercise all of the components that we expose to Deno without reinventing the wheel.

Modules

Modules in Checkin are written in TypeScript and transpiled before loading.