-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Dylan Parry edited this page Sep 26, 2016
·
9 revisions
Ceylon is an assertion library for unit testing written in TypeScript. It can be used in TypeScript or in plain old JavaScript.
It is based upon the API for expect, with the added bonus of full TypeScript definitions, meaning there's no need to go looking for a d.ts file.
Ceylon aims to simplify unit testing in TypeScript by making it easy to write assertions.
Next: Installation