Show window in benchmark bootstrap

This commit is contained in:
Kevin Sawicki 2013-10-07 13:30:07 -07:00
parent 26ab49306e
commit 9f7b430c02

View File

@ -1,6 +1,8 @@
require '../src/window'
Atom = require '../src/atom'
window.atom = new Atom()
atom = new Atom()
atom.show() unless atom.getLoadSettings().exitWhenDone
window.atom = atom
{runSpecSuite} = require '../spec/jasmine-helper'