From 7dbab5c1c15f1713c1108261fe2da3b2b46f7693 Mon Sep 17 00:00:00 2001 From: Marek Kaput Date: Fri, 29 Nov 2024 16:49:00 +0100 Subject: [PATCH] fixup! Update CONTRIBUTING.md Signed-off-by: Marek Kaput --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35263a2..9704cd1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,8 +28,7 @@ the [Cairo extension's contributing guidelines](https://github.com/software-mans ## Testing -We are building an extensive end-to-end tests suite for -CairoLS [here](crates/cairo-lang-language-server/tests/e2e). +We are building an extensive end-to-end tests suite for CairoLS [here](./tests/e2e). These tests implement a simple language client that you can control (like put a cursor at certain position, send a request to the server, etc.). Check out existing tests for examples of what you can do.