test: migration from Python to JavaScript

This commit is contained in:
Francis Lachapelle
2021-11-09 22:38:50 -05:00
parent 8d294467ef
commit 54dae3bc28

View File

@@ -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() {