From f6e626a2df971bf73560f794c1465c792c1d8656 Mon Sep 17 00:00:00 2001 From: Deyaaeldeen Almahallawi Date: Wed, 3 Sep 2025 08:35:28 -0700 Subject: [PATCH] Update test instructions in the contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dde09d52d..4597f56b2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ $ pnpm link -—global openai Most tests require you to [set up a mock server](https://github.com/stoplightio/prism) against the OpenAPI spec to run the tests. ```sh -$ npx prism mock path/to/your/openapi.yml +$ scripts/mock ``` ```sh