Use fs.renameSync in Workspace spec to fix test failure

This commit is contained in:
David Wilson
2019-01-03 15:32:41 -08:00
committed by Rafael Oleza
parent 3bd2279d3c
commit 614d3e150a

View File

@@ -2511,7 +2511,7 @@ describe('Workspace', () => {
})
runs(() => {
fs.rename(
fs.renameSync(
path.join(projectPath, 'git.git'),
path.join(projectPath, '.git')
)