You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 'smoke tested' the code to be tested by running it outside the real test suite to get a better sense of whether the problem is in the code under test, my usage of Mocha, or Mocha itself.
I want to provide a PR to resolve this
Expected
https://mochajs.org/api should exist. It's supposed to be a real website with the API docs for Mocha. Instead, right now it's the Netlify "Page Not Found" default.
Actual
We broke https://mochajs.org/api. 😬 It's supposed to be a real website with the API docs for Mocha. Instead, right now it's the Netlify "Page Not Found" default.
That was before we had to deal with the ancient tech behind the website. It's a lot of old stuff that hasn't been kept up-to-date, such as https://github.com/mochajs/mocha-docdash. #5207 tracks overhauling the website.
Aha! It's that we're deploying from the mochajs.org branch. I hadn't updated that branch to the latest. It's updated now and all is well! https://mochajs.org/api is back online. Hooray! 🥳
Bug Report Checklist
faq
label, but none matched my issue.Expected
https://mochajs.org/api should exist. It's supposed to be a real website with the API docs for Mocha. Instead, right now it's the Netlify "Page Not Found" default.
Actual
We broke https://mochajs.org/api. 😬 It's supposed to be a real website with the API docs for Mocha. Instead, right now it's the Netlify "Page Not Found" default.
Minimal, Reproducible Example
Visit https://mochajs.org/api
Versions
n/a
Additional Info
Back in #5027, we noted:
That was before we had to deal with the ancient tech behind the website. It's a lot of old stuff that hasn't been kept up-to-date, such as https://github.com/mochajs/mocha-docdash. #5207 tracks overhauling the website.
In the meantime, we really should fix the API docs. A workaround until then can be to visit it on the wayback machine (😬): https://web.archive.org/web/20240000000000*/https://mochajs.org/api -> https://web.archive.org/web/20240715030741/https://mochajs.org/api. Which doesn't seem to be preserving page styles. Lovely. https://github.com/mochajs/mocha/blob/main/docs/API.md is perhaps a better workaround for now.
The text was updated successfully, but these errors were encountered: