tor-browser

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

mochitest.toml (961B)


      1 [DEFAULT]
      2 support-files = [
      3  "manifest.json",
      4  "lib/prototype.js",
      5  "src/builder.js",
      6  "src/controls.js",
      7  "src/dragdrop.js",
      8  "src/effects.js",
      9  "src/scriptaculous.js",
     10  "src/slider.js",
     11  "src/sound.js",
     12  "src/unittest.js",
     13  "test/unit/_ajax_inplaceeditor_result.html",
     14  "test/unit/_ajax_inplaceeditor_text.html",
     15  "test/unit/_ajax_updater_result.html",
     16  "test/unit/_autocomplete_result.html",
     17  "test/unit/_autocomplete_result_nobr.html",
     18  "test/unit/ajax_autocompleter_test.html",
     19  "test/unit/ajax_inplaceeditor_test.html",
     20  "test/unit/bdd_test.html",
     21  "test/unit/builder_test.html",
     22  "test/unit/dragdrop_test.html",
     23  "test/unit/effects_test.html",
     24  "test/unit/element_test.html",
     25  "test/unit/icon.png",
     26  "test/unit/loading_test.html",
     27  "test/unit/position_clone_test.html",
     28  "test/unit/slider_test.html",
     29  "test/unit/sortable_test.html",
     30  "test/unit/string_test.html",
     31  "test/unit/unit_test.html",
     32 ]
     33 
     34 ["test_Scriptaculous.html"]