mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-09 00:30:14 +03:00
12 lines
268 B
CoffeeScript
12 lines
268 B
CoffeeScript
try
|
|
require '../src/atom'
|
|
require '../src/window'
|
|
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
|