Issues on unit tests of Markdown exercise

Hey there

According to the Markdown Exercise after installing the packages while
testing the code it shows an error because in the markdown-spec.js file there is a mistake (typo issue) of xtest instead of test


I can fix it and make the PR for it
Kindly let me know if it’s ok

Testing on the JavaScript track | Exercism's Docs indicates that xtest marks a test to be skipped. From Skip tests with the Bun test runner | Bun Examples, it looks like Bun expects a test.skip in that situation so it might not know what to do with xtest.

2 Likes

This is correct.

See Implement xit, xtest, xdescribe aliases for test.skip · Issue #5228 · oven-sh/bun · GitHub for more information.

1 Like

It would be great if they added support. Bun is a lovely tool

1 Like