• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

patches/22-Nov-2023-7068

src/22-Nov-2023-5,4244,462

LICENSED22-Nov-20231 KiB2319

OWNERSD22-Nov-202345 32

README.chromiumD22-Nov-2023519 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