Skip to content

Commit c3aa971

Browse files
Removed comment.
1 parent fb3042c commit c3aa971

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/harness/runner.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ var testConfigFile =
3939
(Harness.IO.fileExists(testconfig) ? Harness.IO.readFile(testconfig) : '');
4040

4141
if (testConfigFile !== '') {
42-
// TODO: not sure why this is crashing mocha
4342
var testConfig = JSON.parse(testConfigFile);
44-
//var testConfig = testConfigFile.match(/test:\s\['(.*)'\]/);
45-
//var options = testConfig ? [testConfig[1]] : [];
4643
if (testConfig.light) {
4744
Harness.lightMode = true;
4845
}

0 commit comments

Comments
 (0)