Skip to content

Commit 7ec7b5d

Browse files
committed
intialises 15th (isLowerCase) test
1 parent f3e1f0d commit 7ec7b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/booleans.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ describe('containsVowels', () => {
154154
});
155155

156156
describe('isLowerCase', () => {
157-
xit('it returns true if the given string is lowercase', () => {
157+
it('it returns true if the given string is lowercase', () => {
158158
expect(isLowerCase('abc')).toBe(true);
159159
expect(isLowerCase('abc213')).toBe(true);
160160
expect(isLowerCase('Abc')).toBe(false);

0 commit comments

Comments
 (0)