windows home directory

This commit is contained in:
Slawomir Jaranowski
2019-10-03 09:06:12 +02:00
parent d715271c3a
commit bcf2e289fb
2 changed files with 3 additions and 7 deletions

View File

@ -13,6 +13,7 @@ beforeAll(() => {
}
process.env['HOME'] = testHomePath;
process.env['USERPROFILE'] = testHomePath;
});
afterEach(() => {