Merge pull request #227 from Mclilzee/main

This commit is contained in:
Michael Frank
2022-02-13 09:22:26 +13:00
committed by GitHub
+1 -1
View File
@@ -17,6 +17,6 @@ describe('palindromes', () => {
expect(palindromes('Animal loots foliated detail of stool lamina.')).toBe(true);
});
test.skip('doesn\'t just always return true', () => {
expect(palindromes('ZZZZ car, a man, a maraca.')).toBe(false);
expect(palindromes('ZZZZ car, a man, a maracaz.')).toBe(false);
});
});