Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 766 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 766 Bytes

fxos-media-controls

Playback controls for audio or video elements

Installation

$ bower install fxos-components/fxos-media-controls

Examples

Tests

  1. Ensure Firefox Nightly is installed on your machine.
  2. $ npm install
  3. $ npm run test-unit

If your would like tests to run on file change use:

$ npm run test-unit-dev

If your would like run integration tests, use: $ export FIREFOX_NIGHTLY_BIN=/absolute/path/to/nightly/firefox-bin $ npm run test-integration

Lint check

Run lint check with command:

$ npm run test-lint