Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jqUnit docs links to QUnit functions #305

Open
jobara opened this issue Aug 1, 2024 · 0 comments
Open

Update jqUnit docs links to QUnit functions #305

jobara opened this issue Aug 1, 2024 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@jobara
Copy link
Member

jobara commented Aug 1, 2024

The current docs for jqUnit point out that the module is based on version 1.x of QUnit, and makes reference to certain functions that no longer exist in the new API.

For example, the documentation for jqUnit.asyncTest mentions that it is a "Direct passthrough for QUnit.asyncTest", with a link to the relevant QUnit function: http://api.qunitjs.com/QUnit.asyncTest/

The issue is that that URL then redirects to QUnit.test, as QUnit.asyncTest no longer exists in API 2.x: https://api.qunitjs.com/QUnit/test

Outside of updating the version of QUnit used by jqUnit (a whole other can of worms), I propose updating the text of the links with a mention that the old version of the API is no longer offered on QUnit's website, or perhaps linking to the Wayback Machine's archived version of that page: https://web.archive.org/web/20160604092138/http://api.qunitjs.com:80/QUnit.asyncTest/

Additional context or notes

Originally filed as FLUID-6423 by @BlueSlug on November 1, 2019.

@jobara jobara added bug Something isn't working documentation Improvements or additions to documentation labels Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant