Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 262 Bytes

File metadata and controls

17 lines (9 loc) · 262 Bytes

math

Arithmetic and Geometry Programming Exercises (Unit Testing, Test-Driven Development)

Usage

Run the demo script:

deno demo.ts

Run the unit tests:

deno test

Report test coverage (see coverage/html/index.html):

deno test --coverage