2.0.1 • Published 4 years ago
qunit-theme-ninja v2.0.1
QUnit Ninja Theme
Usage
- Download a copy of qunit.css, or add
qunit-theme-ninjaas npm dependency. - Change your test HTML from:
<link rel="stylesheet" href="qunit/qunit.css">to:<link rel="stylesheet" href="qunit-theme-ninja/qunit.css">
Example
See test/index.html for a demo.


Development
To preview this locally, run python3 -m http.server 4000 in the project
directory, then navigate to http://localhost:4000/test/index.html.