edmilson-edaa / qunit-theme-ninja

Home Page:https://krinkle.github.io/qunit-theme-ninja/test/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm

QUnit Ninja Theme

Usage

  1. Download a copy of qunit.css, or add qunit-theme-ninja as npm dependency.
  2. 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.

Screenshot of v2.0.0, passing

Screenshot of v2.0.0, failing

Development

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

About

https://krinkle.github.io/qunit-theme-ninja/test/

License:MIT License


Languages

Language:CSS 79.7%Language:HTML 20.3%