We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82db5ea commit 1acdfccCopy full SHA for 1acdfcc
09_palindromes/palindromes.spec.js
@@ -17,6 +17,6 @@ describe('palindromes', () => {
17
expect(palindromes('Animal loots foliated detail of stool lamina.')).toBe(true);
18
});
19
test.skip('doesn\'t just always return true', () => {
20
- expect(palindromes('ZZZZ car, a man, a maraca.')).toBe(false);
+ expect(palindromes('ZZZZ car, a man, a maracaz.')).toBe(false);
21
22
0 commit comments