From 564024f77b4474abebe982f345fbbe23f2d8bae3 Mon Sep 17 00:00:00 2001 From: Akos Kitta <1405703+kittaakos@users.noreply.github.com> Date: Fri, 11 Aug 2023 10:13:10 +0200 Subject: [PATCH] Update docs/development.md Co-authored-by: per1234 --- docs/development.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development.md b/docs/development.md index fbf499468..be089b711 100644 --- a/docs/development.md +++ b/docs/development.md @@ -86,6 +86,8 @@ If you want to develop the application, do the following: If you change the backend application, you must restart the electron app in debug mode to use the changes. If you change the frontend application, it's sufficient to reload the board window with _Reload Windows_ command from the _Command Palette_. +## Running Checks + To run the tests, you must rebuild the native dependencies for the browser target. See [this](https://github.com/arduino/arduino-ide/pull/1823#issuecomment-1400511031) for the technical explanation. 1. Rebuild the native dependencies for the browser