mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-13 06:20:23 -06:00
Removed comment.
This commit is contained in:
parent
fb3042cdb5
commit
c3aa971e5d
@ -39,10 +39,7 @@ var testConfigFile =
|
||||
(Harness.IO.fileExists(testconfig) ? Harness.IO.readFile(testconfig) : '');
|
||||
|
||||
if (testConfigFile !== '') {
|
||||
// TODO: not sure why this is crashing mocha
|
||||
var testConfig = JSON.parse(testConfigFile);
|
||||
//var testConfig = testConfigFile.match(/test:\s\['(.*)'\]/);
|
||||
//var options = testConfig ? [testConfig[1]] : [];
|
||||
if (testConfig.light) {
|
||||
Harness.lightMode = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user