• Solly Ross's avatar
    Support Running All Tests · d823e895
    Solly Ross authored
    Now, if the '-t' option is passed but no tests are listed,
    all tests in the same directory as the launcher will be run.
    A file is considered a test if it matches the RegEx
    /^test\.(\w|\.|-)+\.js$/ (for those who cannot read PCRE,
    that's roughly 'test.*.js').
    d823e895
run_from_console.js 8.25 KB