Skip to content

Commit da325e7

Browse files
committed
fix: tests with 5 lines of code
1 parent 1fd25f2 commit da325e7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/local/lib/utils.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ describe('Utils', () => {
3535
beforeAll(async () => {
3636
await beforeAllCalls();
3737

38+
await execWithLog({
39+
cmd: 'git',
40+
args: ['init'],
41+
opts: { cwd: tmpPath },
42+
});
43+
3844
FOLDERS.concat(FOLDERS_TO_IGNORE).forEach((folder) => {
3945
ensureFolderExistsSync(tmpPath, folder);
4046
});

0 commit comments

Comments
 (0)