From e5afd5421940bc7d7184d76ba11594128b1303b1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 01:01:37 +0000 Subject: [PATCH] fix tests --- quality/inspections.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quality/inspections.md b/quality/inspections.md index 28614db..2130fcb 100755 --- a/quality/inspections.md +++ b/quality/inspections.md @@ -239,6 +239,8 @@ The javascript testing is done with jasmine. The javascript testing directory is Alternatively you can open `http://127.0.0.1/jsOMS/tests/SpecRunner.html` to run the tests in your browser. +> Some tests require the browser context to work + ### JS Eslint The js code base has a defined code style standard. The easiest way to check for most rules is to run eslint.