diff --git a/docs/pages/repo/docs/handbook/testing.mdx b/docs/pages/repo/docs/handbook/testing.mdx index 224d8a791c0aa..d0be25b6d46cf 100644 --- a/docs/pages/repo/docs/handbook/testing.mdx +++ b/docs/pages/repo/docs/handbook/testing.mdx @@ -65,7 +65,10 @@ Because of this difference, we recommend specifying **two separate Turborepo tas Here's an example: +Inside your individual `package.json` files for each workspace: + + ```json filename="apps/web/package.json" { @@ -88,6 +91,8 @@ Here's an example: +Inside the root `turbo.json`: + ```json filename="turbo.json" { "pipeline": { @@ -99,6 +104,8 @@ Here's an example: } ``` +Inside the root `package.json`: + ```json filename="package.json" { "scripts": {