Skip to content

Commit 4ef57cd

Browse files
authored
Update zipper.spec.js
the description of a `test` cannot start with the word 'test'
1 parent 5d02c4f commit 4ef57cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/zipper/zipper.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('Zipper', () => {
5050
expect(zipper.left().up().right().up().left().right().value()).toEqual(3);
5151
});
5252

53-
xtest('test ability to descend multiple levels and return', () => {
53+
xtest('ability to descend multiple levels and return', () => {
5454
expect(zipper.left().right().up().up().value()).toEqual(1);
5555
});
5656

0 commit comments

Comments
 (0)