Fix linting and formatting

This commit is contained in:
Josh Dales
2023-03-18 16:46:54 -04:00
parent 17694aa238
commit e9a1777eb0
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -134,7 +134,7 @@ describe('run', () => {
});
});
it('it can support multiple branches by batching', async () => {
it('can support multiple branches by batching', async () => {
github.context.payload.pull_request!.head = {ref: 'fix/123'};
usingLabelerConfigYaml('branches.yml');
await run();
@@ -148,7 +148,7 @@ describe('run', () => {
});
});
it('it can support multiple branches by providing an array', async () => {
it('can support multiple branches by providing an array', async () => {
github.context.payload.pull_request!.head = {ref: 'array/123'};
usingLabelerConfigYaml('branches.yml');
await run();