fxos-toast
v1.0.1
Published
## Installation
Downloads
3
Readme
<fxos-toast>
Installation
$ npm install fxos-toast
Platform dependencies
- CSS Custom Properties
- Custom Elements
- Shadow DOM
Examples
Readiness
- [ ] Accessibility
- [ ] Test Coverage
- [ ] Performance
- [ ] Visual/UX
- [ ] RTL
Developing locally
git clone https://github.com/fxos-components/fxos-checkbox.git
cd fxos-checkbox
npm install
(NPM3)npm start
Tests
- Ensure Firefox Nightly is installed on your machine.
- To run unit tests you need npm >= 3 installed.
$ npm install
$ 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