Show window in benchmark bootstrap

Esse commit está contido em:
Kevin Sawicki
2013-10-07 13:30:07 -07:00
commit 9f7b430c02
+3 -1
Ver Arquivo
@@ -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'