We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5c9f9 commit 4a8e4e7Copy full SHA for 4a8e4e7
test/mocks/directory.ts
@@ -13,7 +13,7 @@ export function mockIsolatedDirectory({git}: {git: boolean}) {
13
process.chdir(dir);
14
if (git) {
15
await promisify(exec)(
16
- 'git config user.email "observable@example.com" && git config user.name "Observable User" && git config init.defaultBranch main && git init'
+ 'git init && git config user.email "observable@example.com" && git config user.name "Observable User" && git config init.defaultBranch main'
17
);
18
}
19
});
0 commit comments