WIP: Getting specs and benchmarks running from the command line

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-08-30 18:10:05 -06:00
parent fa4306b0b8
commit 27335661dc
9 changed files with 47 additions and 17 deletions

View File

@@ -3,6 +3,8 @@ fs = require('fs')
atom.configDirPath = fs.absolute("~/.atom")
atom.configFilePath = fs.join(atom.configDirPath, "atom.coffee")
atom.exitWhenDone = window.location.params.exitWhenDone
messageIdCounter = 1
originalSendMessageToBrowserProcess = atom.sendMessageToBrowserProcess