Skip to content

Commit

Permalink
scrabble: correcting test case (#253)
Browse files Browse the repository at this point in the history
* adding all scrabble words

* scrabble_words contains all scrabble words

* linting{

* comment in test case corrected

---------

Co-authored-by: Richard Dominick <[email protected]>
  • Loading branch information
martin-henz and RichDom2185 authored Oct 10, 2023
1 parent 518c0ab commit fc7394d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundles/scrabble/__tests__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { scrabble_words } from '../functions';

// Test functions

test('get the first word in the array', () => {
test('get the word in the array at index 12', () => {
expect(scrabble_words[12])
.toBe('aardwolves');
});
Expand Down

0 comments on commit fc7394d

Please sign in to comment.