Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxim-mazurok/ts-jest-esm-demo


https://github.com/maxim-mazurok/ts-jest-esm-demo

demo esm ts-node

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# [ts-jest](https://www.npmjs.com/package/ts-jest) esm demo

This is a demo/boilerplate project for minimal setup of ts-jest with esm modules

## Getting started

1. `git clone https://github.com/Maxim-Mazurok/ts-jest-esm-demo`
2. `cd ts-jest-esm-demo`
3. `npm ci`
4. `npm test`

Refer to configs and source code

---

Useful info:

- https://jestjs.io/docs/ecmascript-modules
- https://kulshekhar.github.io/ts-jest/docs/guides/esm-support/