mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Set suite description as text
This commit is contained in:
@@ -179,7 +179,7 @@ class SuiteResultView extends View
|
||||
|
||||
initialize: (@suite) ->
|
||||
@attr('id', "suite-view-#{@suite.id}")
|
||||
@description.html @suite.description
|
||||
@description.text(@suite.description)
|
||||
|
||||
attach: ->
|
||||
(@parentSuiteView() or $('.results')).append this
|
||||
|
||||
Reference in New Issue
Block a user