From 59c1dbbdd9a97791184ede0fd022c25739ee66a8 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 5 Oct 2023 10:27:06 +0200 Subject: [PATCH] ignore ui-tests folder for now --- .eslintignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintignore b/.eslintignore index e33c9c6..9dc59a3 100644 --- a/.eslintignore +++ b/.eslintignore @@ -5,3 +5,6 @@ coverage tests src/worker.ts src/web_worker_kernel.ts + +# TODO: remove +ui-tests