Commit 33f79a81 authored by ioedeveloper's avatar ioedeveloper Committed by Liana Husikyan

Fixed linting error

parent 6c15f2cc
...@@ -234,7 +234,7 @@ module.exports = class TestTab extends ViewPlugin { ...@@ -234,7 +234,7 @@ module.exports = class TestTab extends ViewPlugin {
</div> </div>
`) `)
} }
//fix for displaying right label for multiple tests (testsuites) in a single file // fix for displaying right label for multiple tests (testsuites) in a single file
this.testSuites.forEach(testSuite => { this.testSuites.forEach(testSuite => {
this.testSuite = testSuite this.testSuite = testSuite
this.runningTestFileName = this.cleanFileName(filename, this.testSuite) this.runningTestFileName = this.cleanFileName(filename, this.testSuite)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment