tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

lcov-enabled-2.js (184B)


      1 // Setting the `JS_CODE_COVERAGE_OUTPUT_DIR` for will also enable coverage for
      2 // the process.
      3 
      4 if (os.getenv("JS_CODE_COVERAGE_OUTPUT_DIR")) {
      5    assertEq(isLcovEnabled(), true);
      6 }