| commit | b22b79c7b6ab5e6822c372a50548726e2e445cf8 | [log] [tgz] |
|---|---|---|
| author | Jesse MacFadyen <purplecabbage@gmail.com> | Fri Jul 01 11:20:07 2016 -0700 |
| committer | Jesse MacFadyen <purplecabbage@gmail.com> | Fri Jul 01 11:20:07 2016 -0700 |
| tree | 67284c1d1f0f47dcc3716ebf0a3ef07b29695eb0 | |
| parent | e810685ce42a6615d62117f026316c9931ad8707 [diff] |
Ignore .vscode folder
BuildBot waterfall with cordova-mobile-spec running on real Android and iOS devices.
Contains npm modules used primarily by cordova and plugman.
:warning: Report issues on the Apache Cordova issue tracker
git clone https://git-wip-us.apache.org/repos/asf/cordova-lib.gitcd cordova-lib/cordova-libnpm install && npm linkcd ../../cordova-cli && npm link cordova-lib && npm install cd ../../cordova-plugman && npm link cordova-lib && npm installThis package exposes the following commands;
npm run jshint - runs jshint check against all js files
npm run jasmine - runs jasmine tests from spec-plugman and spec-cordova directories
npm run cover - runs istanbul code coverage tool to measure tests coverage
npm test - shortcut for npm run jshint && npm run jasmine