Skip to content

Commit

Permalink
Do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
catastrophe-brandon committed Jan 13, 2025
1 parent 72dee31 commit 715a2ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,6 @@ To run integration tests, use a command like the following:
`npm run test:integration`
Generally, the pattern is for a client to have a `tests/integration` folder with test files having names matching `*.test.ts`. Within each client's folder (e.g. `packages/<client>`) there should be a dedicated `tsconfig.integration.spec.json` with an `include` glob pattern that points to the integration tests. Similarly, there should also be a dedicated `jest.integration.config.ts` that points to `tsconfig.integration.spec.json` in the `transform` value. Also, each client's `project.json` should have an `integration` target defined/added when the integration tests are created.
Demo change.

0 comments on commit 715a2ea

Please sign in to comment.