mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 09:01:33 +03:00
12 lines
258 B
CoffeeScript
12 lines
258 B
CoffeeScript
require '../src/window'
|
|
require '../src/atom'
|
|
require 'atom'
|
|
|
|
{runSpecSuite} = require '../spec/jasmine-helper'
|
|
|
|
atom.openDevTools()
|
|
|
|
document.title = "Benchmark Suite"
|
|
benchmarkSuite = require.resolve('./benchmark-suite')
|
|
runSpecSuite(benchmarkSuite, true)
|