We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63bd6a commit fa057e8Copy full SHA for fa057e8
exercises/practice/pangram/pangram.spec.js
@@ -45,8 +45,6 @@ describe('Pangram()', () => {
45
});
46
47
xtest('a-m and A-M are 26 different characters but not a pangram', () => {
48
- expect(isPangram('abcdefghijklm ABCDEFGHIJKLM')).toBe(
49
- false,
50
- );
+ expect(isPangram('abcdefghijklm ABCDEFGHIJKLM')).toBe(false);
51
52
0 commit comments