Skip to content

Commit 70d51cb

Browse files
Force update to exercise
1 parent e0033f3 commit 70d51cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exercises/practice/reverse-string/reverse-string.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ describe('ReverseString', () => {
4444
expect(actual).toEqual(expected);
4545
});
4646

47+
// The following test cases deal with complex characters.
48+
// You can optionally enable these tests by removing `.skip` from the test.
49+
4750
test.skip('grapheme cluster with pre-combined form', () => {
4851
const expected = 'dnatsnehctsrüW';
4952
const actual = reverseString('Würstchenstand');

0 commit comments

Comments
 (0)