Files
atom/spec/spec-bootstrap.coffee
probablycorey 09ab319328 Atom.show no longer used
The window is shown automatically when it is created.
2013-05-16 14:19:53 -07:00

10 lines
217 B
CoffeeScript

try
require 'atom'
{runSpecSuite} = require 'jasmine-helper'
document.title = "Spec Suite"
runSpecSuite "spec-suite"
catch e
console.error(e.stack ? e)
atom.exit(1) if window.location.params.exitWhenDone