mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Fix spec for path
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user