• Home
Name Date Size #Lines LOC

..--

patches/03-May-2024-7068

src/03-May-2024-5,4244,462

LICENSED03-May-20241 KiB2319

OWNERSD03-May-202445 32

README.chromiumD03-May-2024519 1814

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