mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
6 lines
114 B
CoffeeScript
6 lines
114 B
CoffeeScript
require 'atom'
|
|
{runSpecSuite} = require 'jasmine-helper'
|
|
|
|
document.title = "Spec Suite"
|
|
runSpecSuite "spec-suite"
|