https://github.com/mattphillips/jest-workspace-projects
https://github.com/mattphillips/jest-workspace-projects
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattphillips/jest-workspace-projects
- Owner: mattphillips
- Created: 2019-11-03T12:20:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:00:53.000Z (over 2 years ago)
- Last Synced: 2025-02-12T08:55:59.476Z (5 months ago)
- Language: JavaScript
- Size: 869 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jest-workspace-projects
Demo of using yarn workspaces with an all Typescript project (all modules expose TS) and using jest to test them with `ts-jest` transpiling the modules and aliasing `src` imports to prevent walking the file system when importing in test files.