Skip to content

Commit 53bf3fd

Browse files
authored
Update clue.spec.js
1 parent 30ef9a1 commit 53bf3fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/clue.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ describe('Function "selectRandom" - Find a random element of the array', () => {
111111

112112
it("should return undefined if the array is empty", () => {
113113
expect(selectRandom([])).toBe(undefined);
114-
expect(selectRandom(['a', 'ab', 'cd'])).toBeDefined();
115114
});
116115

117116
it("should return the element of a single value array", () => {

0 commit comments

Comments
 (0)