Fix spec for path

This commit is contained in:
Damien Guard
2017-01-14 09:04:49 -08:00
parent 9648d8b82f
commit 090bbf9e77

View File

@@ -8,8 +8,7 @@ import path from 'path'
const temp = require('temp').track()
describe("AtomPaths", () => {
const portableAtomHomePath = path.join(atomPaths.getAppDirectory(), '.atom')
console.log(portableAtomHomePath)
const portableAtomHomePath = path.join(atomPaths.getAppDirectory(), '..', '.atom')
afterEach(() => {
atomPaths.setAtomHome(app.getPath('home'))