Skip to content

Commit db2405c

Browse files
Force update to exercise (#2692)
* Force update to exercise * [CI] Format code --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e0033f3 commit db2405c

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)