/fxos-media-controls

Playback controls for audio or video elements

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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