[Telemetry] Reenable unused-import lint check for telemetry.
[chromium-blink-merge.git] / third_party / blanketjs / README.chromium
blob57105a976df0a250c6499a40f9d6e582d9fa0639
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
8 Description:
9 Blanket.js is an easy to install, easy to configure, and easy to use JavaScript
10 code coverage library that works both in-browser and with nodejs.
12 It is currently used by the chrome remote desktop team for JavaScript unit test
13 code coverage.
15 Local Modifications:
16 Fixed a bug in qunit_adapter.js to respect |QUnit.config.autostart|. See
17 patches/config_autostart_bug.patch.