Skip to content

Commit 889f5e1

Browse files
committed
Stop creating a ~ folder under rush-lib.
1 parent 26f71ef commit 889f5e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/rush-lib/src/logic/test/CredentialCache.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { LockFile, Async, FileSystem } from '@rushstack/node-core-library';
55
import { RushUserConfiguration } from '../../api/RushUserConfiguration';
66
import { CredentialCache } from '../CredentialCache';
77

8-
const FAKE_RUSH_USER_FOLDER: string = '~/.rush-user';
8+
const FAKE_RUSH_USER_FOLDER: string = 'temp/.test-rush-user';
99
const FAKE_CREDENTIALS_CACHE_FILE: string = `${FAKE_RUSH_USER_FOLDER}/credentials.json`;
1010

1111
describe(CredentialCache.name, () => {

0 commit comments

Comments
 (0)