Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 595 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 595 Bytes

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.