diff --git a/Nodejs/Product/Nodejs/TestFrameworks/mocha/mocha.js b/Nodejs/Product/Nodejs/TestFrameworks/mocha/mocha.js index 886948d54..db2b1fba3 100644 --- a/Nodejs/Product/Nodejs/TestFrameworks/mocha/mocha.js +++ b/Nodejs/Product/Nodejs/TestFrameworks/mocha/mocha.js @@ -20,8 +20,8 @@ var find_tests = function (testFileList, discoverResultFile, projectFolder) { test: t.fullTitle(), suite: suite.fullTitle(), file: testFile, - line: 0, - column: 0 + line: 1, + column: 1 }); }); }