Skip to content

Commit 1a5c9f9

Browse files
tophtucker--global
authored and
--global
committed
lmao last few commits are attributed to my test user bc the exec git stuff isnt isolated so running the tests changed my email and name. happy to have you as a collaborator, Observable User. removed --global flag... duh...
1 parent 159d708 commit 1a5c9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mocks/directory.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function mockIsolatedDirectory({git}: {git: boolean}) {
1313
process.chdir(dir);
1414
if (git) {
1515
await promisify(exec)(
16-
'git config --global user.email "[email protected]" && git config --global user.name "Observable User" && git config --global init.defaultBranch main && git init'
16+
'git config user.email "[email protected]" && git config user.name "Observable User" && git config init.defaultBranch main && git init'
1717
);
1818
}
1919
});

0 commit comments

Comments
 (0)