mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Merge pull request #8070 from Microsoft/transforms-lowercase-mocha-tap
Fix case of mocha TAP -> tap
This commit is contained in:
commit
86d7425adc
@ -717,7 +717,7 @@ function runTestsAndWriteOutput(file) {
|
||||
}
|
||||
|
||||
var args = [];
|
||||
args.push("-R", "TAP");
|
||||
args.push("-R", "tap");
|
||||
args.push("--no-colors");
|
||||
args.push("-t", testTimeout);
|
||||
if (tests) {
|
||||
@ -1272,4 +1272,4 @@ function environmentVariableIsEnabled(name) {
|
||||
|
||||
function environmentVariableIsDisabled(name) {
|
||||
return /^(no?|f(alse)?|off|disabled?|0|-)$/.test(process.env[name]);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user