Skip to content

Commit

Permalink
Disable cspell in test file
Browse files Browse the repository at this point in the history
The test contain a lot of suggestion that will not pass the spell checker. It make sense to disable it for the whole file in this case.
  • Loading branch information
dgdavid authored Feb 27, 2024
1 parent e2bbc5b commit f08203b
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 f08203b

Please sign in to comment.