mocha-css

1.0.1 • Public • Published

mocha-css

A mocha stylesheet for the HTML reporter that let you append visual tests

CircleCI npm license

mocha-css

In the screenshot below the h1 element doesn't have the original mocha.css style applied

Installation

NPM

npm install --save-dev mocha-css

Usage

Simply replace the mocha.css file you're importing with this one

Webpack

// es6
import 'mocha-css'
// commonjs
require('mocha-css')

CDN

<link href="https://unpkg.com/mocha-css" rel="stylesheet" />

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    155
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    155
  • 1.0.0
    0

Package Sidebar

Install

npm i mocha-css

Weekly Downloads

155

Version

1.0.1

License

MIT

Last publish

Collaborators

  • posva