README.chromium 519 B

1234567891011121314151617
  1. Name: Blanket JS
  2. Short Name: Blanket
  3. URL: https://github.com/alex-seville/blanket
  4. Version: 1.1.5
  5. License: MIT
  6. Security Critical: no
  7. Description:
  8. Blanket.js is an easy to install, easy to configure, and easy to use JavaScript
  9. code coverage library that works both in-browser and with nodejs.
  10. It is currently used by the chrome remote desktop team for JavaScript unit test
  11. code coverage.
  12. Local Modifications:
  13. Fixed a bug in qunit_adapter.js to respect |QUnit.config.autostart|. See
  14. patches/config_autostart_bug.patch.