File: using-with-monorepo.md

package info (click to toggle)
node-ts-jest 29.1.1%2B~cs0.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,408 kB
  • sloc: javascript: 2,573; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
---
id: using-with-monorepo
title: Using with monorepo
---

To use `ts-jest` in a project with monorepo structure, you'll need to use [Jest projects configuration](https://jestjs.io/docs/next/configuration#projects-arraystring--projectconfig).

When using Jest `projects` configuration, Jest will run `ts-jest` against each project which is defined in the configuration.