Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxim-mazurok/ts-jest-esm-demo
- Owner: Maxim-Mazurok
- Created: 2022-06-24T05:54:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T11:25:18.000Z (over 2 years ago)
- Last Synced: 2023-03-03T10:07:50.231Z (over 1 year ago)
- Topics: demo, esm, ts-node
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/