From b8417859d93ca9c1a54db2f34981ac437d837df7 Mon Sep 17 00:00:00 2001 From: lironsh Date: Thu, 9 Jan 2025 17:28:23 +0200 Subject: [PATCH] fix: lint change --- docs/copilot/testing-with-copilot.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/copilot/testing-with-copilot.md b/docs/copilot/testing-with-copilot.md index 27305541d3..b85c745d95 100644 --- a/docs/copilot/testing-with-copilot.md +++ b/docs/copilot/testing-with-copilot.md @@ -2,7 +2,6 @@ In this tutorial, we'll explore how to use **Detox Copilot** to write end-to-end tests using natural language commands. Detox Copilot leverages large language models (LLMs) to translate human-readable instructions into Detox actions and assertions, making test writing more intuitive and accessible. - :::note Copilot now has a new [documentation site](https://wix-incubator.github.io/detox-copilot/).