mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 12:28:51 +00:00
test: migration from Python to JavaScript
This commit is contained in:
@@ -14,7 +14,7 @@ describe('sogo-tool tests', function() {
|
||||
})
|
||||
|
||||
beforeEach(function() {
|
||||
tmpdir = mkdtempSync(path.join(homedir, 'sogo-'))
|
||||
tmpdir = mkdtempSync(path.join(userdir, 'sogo-'))
|
||||
})
|
||||
|
||||
afterEach(function() {
|
||||
|
||||
Reference in New Issue
Block a user