mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
🎨
This commit is contained in:
@@ -9,7 +9,7 @@ return if process.env.TRAVIS
|
||||
fs = require "fs"
|
||||
path = require "path"
|
||||
temp = require("temp").track()
|
||||
runAtom = require("./helpers/start-atom")
|
||||
runAtom = require "./helpers/start-atom"
|
||||
|
||||
describe "Starting Atom", ->
|
||||
[tempDirPath, otherTempDirPath, atomHome] = []
|
||||
|
||||
Reference in New Issue
Block a user