| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| patches/ | 03-May-2024 | - | 70 | 68 | ||
| src/ | 03-May-2024 | - | 5,424 | 4,462 | ||
| LICENSE | D | 03-May-2024 | 1 KiB | 23 | 19 | |
| OWNERS | D | 03-May-2024 | 45 | 3 | 2 | |
| README.chromium | D | 03-May-2024 | 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