From 94994fb2006405d12f5fe230855649e8467122f7 Mon Sep 17 00:00:00 2001 From: VimalaMoger Date: Tue, 23 Sep 2025 10:59:57 -0500 Subject: [PATCH] Misspelled word in copilot-instructions.md --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index f33676be1f15..9944d56df1a4 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -36,7 +36,7 @@ The same rule applies for TypeScript (`.ts`) imports, e.g. `import type { Genera We use `vitest` to write unit tests. Tests live in their own files in the `tests` subdirectory of a source (src) directory, e.g. `src/search/tests/api-ai-search.ts`. -For integration tests, we can use the mock server in `src/tests/mocks/start-mock-server.ts` to mock exteneral requests. +For integration tests, we can use the mock server in `src/tests/mocks/start-mock-server.ts` to mock external requests. For UI rendering tests, we use `playwright` and write tests in `src/fixtures/tests/playwright-rendering.spec.ts`