私は次のテストを受けました。何らかの理由@$e
で、前の関数に設定したテストで定義されていません:
assert = buster.assert
buster.testCase 'BaseChart',
before: ->
@el = sinon.spy()
@$el = [@el]
console.log(@$el)
##[LOG] [function spy() {}]
'updates when the model changed': ->
console.log(@$el)
##[LOG] undefined