Commit fab762cc authored by yann300's avatar yann300

don't init test tab when file changed

parent 7823d732
...@@ -56,11 +56,6 @@ module.exports = class TestTab extends BaseApi { ...@@ -56,11 +56,6 @@ module.exports = class TestTab extends BaseApi {
yo.update(this.testList, yo`<div class=${css.testList}>${testsMessage}</div>`) yo.update(this.testList, yo`<div class=${css.testList}>${testsMessage}</div>`)
if (!this.testsOutput || !this.testsSummary) return if (!this.testsOutput || !this.testsSummary) return
this.testsOutput.hidden = true
this.testsSummary.hidden = true
this.testsOutput.innerHTML = ''
this.testsSummary.innerHTML = ''
}) })
}) })
} }
......
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