Weird error for Reverse String tests

I just updated the JavaScript Reverse String exercise to handle the new wide-character/grapheme tests, but know I’m seeing this error:

Expected to see 0 skipped tests and 0 skipped test suites. None of the tests in this exercise are optional. The skipped tests will not show up, but were found during the last run.

What going on? The new tests are passing locally.

We forgot to set a flag for that exercise that the test runner needs to permit test.skipped tests.

As soon as someone PRs the fix I can merge it and then it will work!

1 Like