placeholder.coffee 162 B

123456
  1. beforeEach ->
  2. placeholder = $('<div id="graph" style="width: 600px; height: 400px"></div>')
  3. $('#test').append(placeholder)
  4. afterEach ->
  5. $('#test').empty()