Skip to content

Latest commit

 

History

History
 
 

testing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.