Skip to content

Commit 3e39d2d

Browse files
committed
chore: run formatter
1 parent 1d295c5 commit 3e39d2d

2 files changed

Lines changed: 2 additions & 20 deletions

File tree

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/processors/checkEmptyBranch.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ describe('checkEmptyBranch', () => {
3737
});
3838

3939
// import the module after mocks are set up
40-
const checkEmptyBranch = await import(
41-
'../../src/proxy/processors/push-action/checkEmptyBranch'
42-
);
40+
const checkEmptyBranch =
41+
await import('../../src/proxy/processors/push-action/checkEmptyBranch');
4342
exec = checkEmptyBranch.exec;
4443
});
4544

0 commit comments

Comments
 (0)