/create-ts-jest

Scaffold a project that uses TypeScript and Jest

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Scaffold a TypeScript project, using Jest for testing.

There are no Jest tests for now because using Jest with ES Modules is a pain and a half. I'll refactor the utility functions and write unit tests for them once I convert the whole project to TypeScript.