Add only window import so the benchmarks run

This commit is contained in:
Ben Ogle
2013-10-03 17:50:23 -07:00
parent 89b0e4d159
commit 7f9ce094c7

View File

@@ -1,6 +1,6 @@
require '../src/window'
require '../src/atom'
require 'atom'
Atom = require '../src/atom'
window.atom = new Atom()
{runSpecSuite} = require '../spec/jasmine-helper'