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

https://github.com/mattphillips/jest-workspace-projects


https://github.com/mattphillips/jest-workspace-projects

Last synced: 3 months ago
JSON representation

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.