Skip to content

Commit

Permalink
Disable cspell in test file
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dgdavid authored Feb 29, 2024
1 parent 75b9781 commit eb79c6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/components/users/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* find current contact information at www.suse.com.
*/

/* cspell:disable */

import { suggestUsernames } from "./utils";

describe('suggestUsernames', () => {
Expand Down

0 comments on commit eb79c6f

Please sign in to comment.