Downloading QUnit
The best place to find QUnit is in the GitHub repository at https://github.com/jquery/qunit/. You don't need to know how to use Git or have a GitHub account to download QUnit; just click on the Downloads button and choose either the .tar.gz
or .zip
file to save to your computer, as shown in the following screenshot:
Once the file is downloaded, we can expand (unzip) the archived files and then copy the qunit.js
and qunit.css
files from the qunit
subfolder into a folder within our own project.