From eb79c6f29163f1b0377fd56d2ed4c4a82c4b3c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz?= <1691872+dgdavid@users.noreply.github.com> Date: Thu, 29 Feb 2024 08:47:25 +0000 Subject: [PATCH] Disable cspell in test file It's a test that have a lot of unknown words because they are username suggestions. It makes sense to disable the spell checker in this case. --- web/src/components/users/utils.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/components/users/utils.test.js b/web/src/components/users/utils.test.js index 0b188a4537..1049e3b171 100644 --- a/web/src/components/users/utils.test.js +++ b/web/src/components/users/utils.test.js @@ -19,6 +19,8 @@ * find current contact information at www.suse.com. */ +/* cspell:disable */ + import { suggestUsernames } from "./utils"; describe('suggestUsernames', () => {