Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
patches/ | 22-Nov-2023 | - | 70 | 68 | ||
src/ | 22-Nov-2023 | - | 5,424 | 4,462 | ||
LICENSE | D | 22-Nov-2023 | 1 KiB | 23 | 19 | |
OWNERS | D | 22-Nov-2023 | 45 | 3 | 2 | |
README.chromium | D | 22-Nov-2023 | 519 | 18 | 14 |
README.chromium
1Name: Blanket JS 2Short Name: Blanket 3URL: https://github.com/alex-seville/blanket 4Version: 1.1.5 5License: MIT 6Security Critical: no 7 8Description: 9Blanket.js is an easy to install, easy to configure, and easy to use JavaScript 10code coverage library that works both in-browser and with nodejs. 11 12It is currently used by the chrome remote desktop team for JavaScript unit test 13code coverage. 14 15Local Modifications: 16Fixed a bug in qunit_adapter.js to respect |QUnit.config.autostart|. See 17patches/config_autostart_bug.patch. 18