Skip to content

Commit 6ef81ce

Browse files
[CI] Format code
1 parent 70d51cb commit 6ef81ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('ReverseString', () => {
4646

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

0 commit comments

Comments
 (0)