tor-browser

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

checklist (511B)


      1 #!/usr/bin/env node
      2 
      3 // Takes a list of queries and checks that:
      4 //   - Every query matches something in the repository
      5 //   - Every case in the repository matches exactly one query
      6 // This is used to ensure that tracking spreadsheet is complete (not missing any tests)
      7 // and every query in it is valid (e.g. renames have been applied, and new tests added
      8 // to the spreadsheet have also been added to the CTS).
      9 
     10 require('../src/common/tools/setup-ts-in-node.js');
     11 require('../src/common/tools/checklist.ts');