mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
11 lines
231 B
CoffeeScript
11 lines
231 B
CoffeeScript
try
|
|
require 'atom'
|
|
atom.show()
|
|
{runSpecSuite} = require 'jasmine-helper'
|
|
|
|
document.title = "Spec Suite"
|
|
runSpecSuite "spec-suite"
|
|
catch e
|
|
console.error(e.stack ? e)
|
|
atom.exit(1) if atom.getLoadSettings().exitWhenDone
|